SSO
Acquire Access Token
Use this endpoint to acquire a user’s access token.
POST
/
oauth
/
token
This same endpoint supports refreshing an access token using the client_id
,
client_secret
, and refresh_token
, with grant_type
set to refresh_token
.
Parameters
authorization_code is the required value
OAuth Client ID
OAuth Client Secret
The authorization code received from Thanx via redirect or API
The same redirect_uri should be used as in the request for the authorization code
Response
The type of token, usually “Bearer”
This will be ‘passwordless’
The number of seconds since the epoch
The user’s access token, for use in accessing other API endpoints
If needed, a refresh token to get another access token