get
https://apis.elai.io/api/v1/users/me
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
curl -X GET 'https://apis.elai.io/api/v1/users/me' \
-H 'Authorization: Bearer YOUR_API_TOKEN'
