Skip to main content
GET
Describe the calling API key

Authorizations

Api-Key
string
header
required

Response

Metadata describing the calling API key.

id
string<uuid>
required

The unique identifier for this API key.

type
enum<string>
required

Whether the key was created programmatically (Private) or via the Dashboard (Public).

Available options:
Public,
Private
owner_type
enum<string>
required

The type of entity that owns the key. Always Developer.

Available options:
Developer
owner_id
string<uuid>
required

The developer ID that owns the key.

prefix
enum<string>
required

The environment prefix of the key. sk-live in production, sk-test in sandbox.

Available options:
sk-live,
sk-test
last_4
string
required

The last four characters of the key, shown alongside the prefix for disambiguation in audit logs.

state
enum<string>
required

Lifecycle state of the key.

Available options:
Active,
Deleted
created_at
string<date-time>
required
updated_at
string<date-time>
required
scopes
string[]
required

The scopes authorized on this key. A single-element list containing bridge:api_unrestricted denotes an unrestricted key (all standard scopes). Any other list denotes a scoped key.

name
string

The human-readable label for this key, if one was provided at creation.

Maximum string length: 100