API keys belong to users and provide long-lived bearer tokens, which in turn can be used to authenticate API requests.

To learn how to use the token of an API key to authenticate your API requests, read the bearer tokens page.

Access: Only you can manage your API keys.

Fields

id
string
required

The UUID of the API key. Is unique.

handle
string
required

The handle of the API key. Is unique.

alias
string | null
required

The alias of the API key.

token
string
required

The Base64-encoded bearer token of the API key. Is unique.

createdAt
string
required

The date and time when the API key was created.