Obtain Access Token

Endpoint to obtain an OAuth 2.0 access token using the Client Credentials Grant. Clients authenticate with their ID and secret, receiving an access token for resource access.

The request must be formatted using the application/x-www-form-urlencoded media type.

Form Data
string
required

The client's unique identifier.

string
required

The client's secret key.

string
enum
required

The grant type being used. At the moment, only client_credentials grant type is supported.

Allowed:
string

Requested scopes for the issued token. Space-delimited list; order doesn't matter. If no scope is provided, all scopes available to the client will be assigned.

Example: "documents:read documents:write"

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json