client_id and client_secret, and uses the OAuth2 client credentials flow to obtain a short-lived access token.
Get your credentials
Create and manage M2M clients in the Dashboard.No dashboard access yet? Contact us directly or get started here.
Obtain an access token
POST /oauth2/tokenMust be
application/x-www-form-urlencoded.Must be
client_credentials.Your M2M client ID.
Your M2M client secret.
Use the token
Include the token in theAuthorization header of every API request:
Bearer YOUR_ACCESS_TOKEN