Access Token Request Parameters

The following parameters are included to an access token request:

Parameter Name Description Required?
client_id

The unique ID of the client application. It is assigned by CONNECT when the application is created.

For now, the client_id is provided by the administrator.

required
code

The code provided in the authorization response.

required
grant_type
grant_type can have one of the following three values:
  • authorization_code
  • refresh_token
  • client_credentials

For exchanging the code with a token, it needs to be passed as authorization_code.

required
client_secret The secret provided by CONNECT to the client application during the initial configuration. required
redirect_uri The redirect_uri passed in the authorization request. required