cURL
curl --request GET \ --url https://api.mesa.dev/v1/whoami \ --header 'Authorization: Bearer <token>'
{ "org": { "id": "<string>", "slug": "<string>", "name": "<string>" }, "key_id": "<string>", "key_name": "<string>", "scopes": [ "<string>" ] }
Get the authenticated organization, effective scopes, and API key metadata
Documentation IndexFetch the complete documentation index at: https://docs.mesa.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt
Use this file to discover all available pages before exploring further.
read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Caller identity
Show child attributes