Skip to main content
id
string
required

Unique identifier for the API key

scopes
string[]
required

List of scopes this API key has access to

created_at
string<mysql-date-time>
required

Timestamp when the API key was created

Example:

"2025-06-29 16:03:44"

updated_at
string<mysql-date-time> | null
required

Timestamp when the API key was last updated

Example:

"2025-06-29 16:03:44"

label
string

Human-readable label for the API key

Maximum string length: 255
description
string | null

Optional description for the API key

ip_allow_list
string[]

List of IP addresses allowed to use this API key

expires_at
string<mysql-date-time> | null

Timestamp when the API key expires

Example:

"2025-06-29 16:03:44"

secret
string

Secret key value (only returned when creating a new API key)

metrics
object