Request an access token
Obtain an OAuth2 access token using client credentials
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
This endpoint expects an object.
client_id
The client ID of the application
client_secret
The client secret of the application
audience
The API identifier
grant_type
Response
Successful response
access_token
token_type
expires_in

