Get the current user, workspace and plan

Returns the authenticated identity together with the workspace and organization it belongs to — plan, minute balance, seat limit, brand kits, pronunciation dictionary and the workspace's current usage limits.

With an API token this describes the workspace admin the token resolves to, not a caller of your own. It is the quickest way to check remaining minutes (organization.minutesAvailable / minutesUsed) before kicking off renders.

Returns 401 — not 403 — when the resolved user no longer belongs to the workspace.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -X GET 'https://apis.elai.io/api/v1/users/me' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json