Create Token

The token can be obtained from the authentication server with your secret credentials. It expires after 2 hours. When your API receives an HTTP 401 error you will need to re-authenticate using your credentials.

Those credentials were given to you when you registered on the platform. They are strictly confidential and must remain secret.

Body Params
string

your client_id

string

your client-secret

string
Defaults to client_credentials

the type of credentials used to retrieve the token, should be "client_credentials"

Responses

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