| Header | Value |
|---|---|
x-api-key | Your publishable key, e.g. pk_live_... |
x-api-secret | Your secret key, e.g. sk_live_... |
Content-Type | application/json |
tenantId in the URL or body.
See Authentication concepts for the full model - key types, rotation, and SSO.
Example
200 with the tenant profile:
Errors
| Status | Code | Cause |
|---|---|---|
401 | key_missing | Both headers must be present. |
401 | key_invalid | Key pair doesn’t match an active key. |
401 | key_revoked | Key was revoked. Use a new one. |
403 | key_forbidden | Key lacks permission for this action. |