Access token response returned by the OAuth endpoint.
AccessToken
string
✔️
JWT access token used as Bearer token for API requests.
ExpiresAt
int64
Unix timestamp when the access token expires.
IssuedAt
Unix timestamp when the access token was issued.
RefreshToken
Refresh token that can be used to obtain a new access token.
Type
Token type, e.g. "Bearer".
Last updated 4 days ago