Appearance
List org API keys
GET
/orgs/{orgId}/api-keys
Service-identity keys owned by the org. Admin+ only.
Authorizations
bearer
Type
HTTP (bearer)
Parameters
Path Parameters
orgId*
Type
Requiredstring
Query Parameters
cursor
Opaque pagination cursor from a previous response.
Type
string
limit
Page size (default 25, max 100).
Type
integer
Default
25Maximum
100Responses
A page of org keys.
application/json
JSON "data": [ { "id": "018f0a5e-1c2b-7e3a-9b4c-0000000f0001", "name": "CLI · device login", "kind": "string", "prefix": "ptl_u_0727c24e…", "read_only": true, "created_at": "string", "last_used_at": "string" } ], "next_cursor": "string"
{
}