List API Keys
Lists the API keys of a company or app, newest first. Responses never include the full secret — only its obfuscated form.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-20"
Query Parameters
The company (biz_) or app (app_) tag to list API keys for.
The type of resource that owns the API keys.
account, app Only return API keys created before this ISO 8601 timestamp.
Only return API keys created after this ISO 8601 timestamp.
The number of API keys to return (default 20, max 100).
A cursor; returns API keys after this position.
The number of API keys to return from the end of the range.
A cursor; returns API keys before this position.
The field to sort API keys by.
created_at Sort direction.
asc, desc 
