Create an OAuth token
Generate an Access Token using OAuth 2.0 Client Credentials for authentication in subsequent API calls to other endpoints. See Credentials Management - OAuth 2.0 Client for more info.
Request
This endpoint expects an object.
client_id
The client’s unique identifier; acquired during the creation of credentials in Events Workspace.
client_secret
The client’s secret key; acquired during the creation of credentials in Events Workspace.
grant_type
Specifies the type of grant being used for the token request. This should be set to “client_credentials”.
Response
Token created
data