Generate an OAuth 2.0 token

This request allows you to generate an OAuth 2.0 token using client_id and client_secret, for more information on the operation, please visit our guide.

Form Data
string
required

The client_id of your application.

string
required

The client_secret of your application.

string
required

When generating an OAuth 2.0 token the grant_type should always be set to "client_credentials".

string
required

The scope of your application.

Responses

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