Identify the authenticated caller
Account
Identify the authenticated caller
Returns the caller identity, their organizations, and the API key used for this request.
GET
Identify the authenticated caller
Authorizations
Response
200 - application/json
OK
Authenticated user's ID.
Required string length:
22Pattern:
^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$User email address.
Organizations the user belongs to.
Developer-attached key/value data attached to this object. Up to 50 keys; key max 40 chars, value max 500 chars.
API key used for this request (null for session auth).
Example:
{
"created": "2025-06-01T10:00:00Z",
"description": "Production key",
"id": "d5e6f7a8-9012-3456-abcd-ef7890123456",
"metadata": {},
"role": "editor"
}