Current user

This endpoint lets you get:
  • Information about the current user
  • All organizations this user has access to (it requires organization_r)
  • All jobs related to these organizations (it requires jobs_r)
  • All stages (aka columns) related to these jobs
This endpoint requires me_r scope.
get
https://www.welcomekit.co/api/v1/external/
users/current
current user
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/users/current" \
-H "Content-Type: application/json" \
-H "Authorization: bearer WK_API_KEY"