Skip to main content
GET
List Admin Keys

Authorizations

Authorization
string
header
required

Enter your MeshAPI key (rsk_...) or, for the admin-keys endpoints, a dashboard session token — sent as Authorization: Bearer <token>.

Headers

X-Mesh-Version
enum<string>
default:2026-08

Dated version of the API contract to pin this request to. Omit it and the request is served under 2026-08 — the oldest supported version, so an existing integration is never moved by a release. A malformed or unsupported value is rejected with 400 invalid_api_version rather than falling back silently. The version actually served is echoed as X-Mesh-Version on every response, including errors.

Available options:
2026-08

Response

200 - application/json

Successful Response

id
string
required
name
string
required
masked_key
string
required
permissions
enum<string>[]
required

What a member of an organisation may do.

The enum VALUES are the wire format — they appear in 403 messages and in the dashboard's gating. Renaming one is a breaking change for the dashboard; adding one is not.

Available options:
keys:read,
keys:write,
members:read,
members:write,
billing:read,
billing:pay,
usage:read,
provider_keys:read,
provider_keys:write,
limits:read,
limits:write,
alerts:read,
alerts:write,
org:read,
org:write,
teams:read,
teams:write
scope
enum<string>
required
Available options:
self,
team,
org
team_id
string | null
required
org_id
string
required
expires_at
string<date-time>
required
revoked_at
string<date-time> | null
required
revoked_by
string | null
required
revoked_reason
string | null
required
rotated_from_id
string | null
required
created_by
string
required
last_used_at
string<date-time> | null
required
created_at
string<date-time>
required