client_id and client_secret, and uses the OAuth2 client credentials flow to obtain a short-lived access token.
Obtain an access token
POST /oauth2/tokenstring
required
Must be
application/x-www-form-urlencoded.string
required
Must be
client_credentials.string
required
Your M2M client ID.
string
required
Your M2M client secret.
Use the token
Include the token in theAuthorization header of every API request:
string
required
Bearer YOUR_ACCESS_TOKEN