AccessToken
Sandbox
Sandbox
POST
/oauth/token
OAuth
After 3PP gets authorization code, they need to exchange the authorization token for an access token and refresh token.
Request
Query Params
client_id
string
required
grant_type
string
required
redirect_uri
string
required
code
string
required
Request samples
Responses
Modified at 2023-10-19 08:25:59