{ "token": "<string>", "expires_at": "2023-12-01T05:00:00.401Z" }
A short-lived access token used to authenticate API requests on behalf of a user.
The signed JWT access token string to include in API request Authorization headers.
The timestamp after which this access token is no longer valid and must be refreshed.
"2023-12-01T05:00:00.401Z"
Was this page helpful?