POST
/v0/oauth/tokenClient Authentication – Token Request
Request an OAuth2 access token using the client credentials grant type. This is used for authenticating machine-to-machine integrations where the client authenticates using a client ID and secret.
Request
This endpoint does not require parameters.
JSON body *
grant_type *: client_credentials
client_id *: string
client_secret *: stringResponses
200Successfully obtained access token
access_token: string
expires_in: integer
token_type: string401Invalid client credentials
statusCode: integer
message: string
error: string