Skip to main content
GET
/
api
/
v2
/
external
/
orgs
/
{slug}
/
api-keys
List API keys
curl --request GET \
  --url https://api.example.com/api/v2/external/orgs/{slug}/api-keys
[
  {
    "id": "<string>",
    "org_id": "<string>",
    "name": "<string>",
    "prefix": "<string>",
    "is_active": true,
    "created_at": "2023-11-07T05:31:56Z",
    "expires_at": "2023-11-07T05:31:56Z",
    "last_used_at": "2023-11-07T05:31:56Z"
  }
]

Path Parameters

slug
string
required

Response

Successful Response

id
string
required
org_id
string
required
name
string
required
prefix
string
required
is_active
boolean
required
created_at
string<date-time>
required
expires_at
string<date-time> | null
last_used_at
string<date-time> | null