Create an OAuth token

View as Markdown

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_idstringRequired

The client’s unique identifier; acquired during the creation of credentials in Events Workspace.

client_secretstringRequired

The client’s secret key; acquired during the creation of credentials in Events Workspace.

grant_typestringRequired

Specifies the type of grant being used for the token request. This should be set to “client_credentials”.

Response

Token created
dataobject or null

Errors