Access Token

Retrieves an OAuth 2.0 access token. This endpoint is useful for obtaining an access token using the client_credentials grant type.

Note: The provided API endpoints are for sandbox environment. Please use your sandbox Open Client credentials for testing.

Form Data
string
Defaults to client_credentials

Specifies the type of grant being used. In OAuth 2.0, Only support client_credentials here.

string

The client identifier of the Open Client created in dashboard.

string

The client secret of the Open Client created in dashboard.

Responses

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