/api/v1/{orgSlug}/whoamiVerify API key
Returns the organization the API key belongs to and the permissions it has been granted. Useful for debugging key configuration.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
orgSlugrequired | path | string | Your organization slug. Must match the org the API key was issued for. |
Responses
200API key information.401Missing or invalid Authorization header / API key.403API key lacks required permission, organization mismatch, or plan does not include API access.429Rate limit exceeded (100 requests per minute per API key).500Unexpected server error.
Show success response schema
| Field | Type | Description |
|---|---|---|
datarequired | Whoami |