Skip to main content
GET
List all API keys for the authenticated customer

Authorizations

Authorization
string
header
required

API key secret (starts with s_live_). Create keys in the dashboard under Settings → API keys, or via POST /v1/api-keys/. Send it as Authorization: Bearer <secret>.

Response

Successful Response

id
string
required
name
string
required
scopes
string[]
required
package_ids
string[] | null
required
status
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
last_used_at
string<date-time> | null
required