Skip to main content

A short-lived access token used to authenticate API requests on behalf of a user.

token
string
required

The signed JWT access token string to include in API request Authorization headers.

expires_at
string<date-time>
required

The timestamp after which this access token is no longer valid and must be refreshed.

Example:

"2023-12-01T05:00:00.401Z"