Get Access & Refresh Token

This API allows you to generate the access token or refresh token for authorization code.

Body Params
string
enum
required

If you are exchanging authorization code then grant type should be authorization_code\r\nIn case you are using refresh token then grant type should be refresh_token

Allowed:
string
required

The client id specific to your client application.

string
required

The client secret specific to you client application.

string

This is required only if you are exchanging authorization code for access token. Please check this documentation about how to generate the authorization code.

Responses

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