What you need
Before requesting an access token, make sure you have created an API client and have the following credentials:- Client ID: Identifies your API client.
- Client secret: A secure key generated during API client creation.
You create API clients in the Account management portal. See Manage API clients for instructions.
Request an access token
To get your access token, send aPOST request to the token endpoint using the client_credentials grant type.
You can send a request like this:
BASH
JSON