cURL
curl --request GET \ --url https://api.mesa.dev/api/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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Caller identity
Show child attributes