v8
OpenAPI 3.1.02026-08-033623795.0 MBAPI Keys
List API Keys
Lists the API keys of an account or app, newest first. Responses never include the full secret — only its obfuscated form.
get/api_keys
Query parameters
resource_idstring required
The account (biz_) or app (app_) tag to list API keys for.
resource_type'account' | 'app' required
The type of resource that owns the API keys.
Only return API keys created before this ISO 8601 timestamp.
Only return API keys created after this ISO 8601 timestamp.
firstinteger
The number of API keys to return (default 20, max 100).
afterstring
A cursor; returns API keys after this position.
lastinteger
The number of API keys to return from the end of the range.
beforestring
A cursor; returns API keys before this position.
order'created_at'
The field to sort API keys by.
direction'asc' | 'desc'
Sort direction.
Response
api keys listed
Example response
{
"data": [
{
"system_role": "owner"
}
]
}