OAuth access tokens
Overview
Fetch OAuth access tokens.
OAuth access token object
expires
string
requiredDatetime in UTC when the access token expires and is no longer valid to use.
token
string
requiredThe token used to make authenticated API requests to Mage.
user_id
integer
requiredID of user that the OAuth access token belongs to.
Was this page helpful?