v
latestOpenAPI 3.1.02026-08-105681,1132.8 MBAccount
Whoami
Return the caller's identity: organization, tier, key metadata, limits.
Works for every valid key. /account is an undocumented alias so both natural spellings resolve.
get/v1/me
Response
Successful Response
Example response
{
"account_type": "BUILD",
"key": {
"key_type": "SECRET",
"name": "backend-service",
"permissions": [
"READ",
"WRITE"
]
},
"organization_id": "org_demo123",
"organization_name": "Acme Corporation",
"principal_scoped": false,
"rate_limits": {
"compute": 15,
"data": 120,
"metadata": 120,
"search": 300,
"upload": 30
},
"user_email": "alice@example.com"
}