List API Keys
Lists the API keys of an account or app, newest first. Responses never include the full secret — only its obfuscated form.
Query parameters
The account (biz_) or app (app_) tag to list API keys for.
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.
Number of results to return from the start of the range.
Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
The field to sort API keys by.
Sort direction.
Response
api keys listed
Example response
{
"data": [
{
"api_version_date": "2026-09-25",
"created_at": "2026-01-01T12:00:00.000Z",
"expires_at": "2026-01-01T12:00:00.000Z",
"grants": [
{
"actions": [
{
"action": "ai_prompt:create"
}
],
"resource_id": "biz_xxxxxxxxxxxxxx",
"resource_type": "account"
}
],
"id": "apik_xxxxxxxxxxxxxx",
"ip_allowlist": [
"203.0.113.0/24"
],
"name": "Shine Time Booking (admin role)",
"obfuscated_secret_key": "apik_xxxx....xxxx",
"secret_key": "apik_xxxxxxxxxxxxxx_C0000_C_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"system_role": "admin",
"updated_at": "2026-01-01T12:00:00.000Z"
}
],
"page_info": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 23 of the 74 revisions of this API.1316
- ●
added the new
2026-09-24-1enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
2026-09-25enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
2026-09-24enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
2026-09-23enum value to the//response property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
2026-09-22enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
2026-09-22-1enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
2026-09-22-2enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
2026-09-22-3enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
2026-09-22-4enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ▲
for the
queryrequest parameterfirst, default value20was addedrequest-parameter-default-value-added
- ●
for the
queryrequest parameterfirst, the max was set to100.00request-parameter-max-set
- ●
for the
queryrequest parameterlast, the max was set to100.00request-parameter-max-set
- ●
added the new
2026-09-15enum value to the//response property for the response statusresponse-property-enum-value-added
- ▲
- ●
added the new
2026-09-13enum value to the//response property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
2026-09-11-1enum value to the//response property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
2026-09-09-1enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
2026-09-11enum value to the//response property for the response statusresponse-property-enum-value-added
This revision's changelog hit the recording limit, so it may not list every change to this endpoint.
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
2026-09-09enum value to the//response property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
2026-09-06enum value to the//response property for the response statusresponse-property-enum-value-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
Of the 74 revisions, 1 has no diff computed.