Skip to main content
GET
Get Me

Authorizations

Authorization
string
header
required

Bearer API key issued from Settings → Developers.

Response

200 - application/json

Successful Response

id
string<uuid>
required

Unique identifier of the API key.

organization_id
string<uuid>
required

Workspace the key belongs to.

organization_name
string
required

Workspace display name.

name
string
required

Name of the key.

user_id
string<uuid> | null
required

User who issued the key, when it was issued by a person. Null for a key created without a user.

key_prefix
string
required

Leading characters of the raw key, safe to display.

scopes
string[]
required

Permissions granted to this key.

last_used_at
string<date-time> | null
required

When the key was last used to make a request.

created_at
string<date-time>
required

When the key was issued.