API Docs
Log In
API Docs

Exchange code | refresh token on access token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Token body

string
enum
required

Grant Type: authorization_code || refresh_token

Allowed:
string
required
string
required
string
required
string
required

For authorizationCode: sha256(grantType + authorizationCode + clientId + clientSecret)
For refreshToken: sha256(grantType + refreshToken + clientId + clientSecret)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json