V2 Integrator API
Whoami
Returns the identity and permissions of the current API key.
GET
Validates the API key and returns the tenant identity, granted scopes, and
key metadata. Use this to verify your key works and see which scopes are
granted.
- Auth:
x-api-keyheader (required) - Rate limit: global only
/v2/scopes to see all available scopes (with tiers), then /v2/whoami
to see what your key has. The gap tells you what to request.
Common error responses:
401whenx-api-keyheader is missing or the key is invalid403when using a legacy static key (no tenant identity)