Skip to content

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
string
Required

Query Parameters

cursor

Opaque pagination cursor from a previous response.

Type
string
limit

Page size (default 25, max 100).

Type
integer
Default
25
Maximum
100

Responses

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"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

One vocabulary, every door.