Authenticate an API client

Exchange a configured API client ID and secret for an access token. This route is /oauth2/token, without /api. Tokens expire after 60 minutes. Send the returned access_token in Authorization with the bearer prefix. Incorrect credentials return HTTP 401.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Send application/json or application/x-www-form-urlencoded. Use JSON to represent nested objects, arrays and explicit null values.

string
enum
required

Supported client-credentials grant.

Allowed:
string
required
password
required

Secret generated for the configured API client.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

401

Authentication rejected. No JSON payload is promised by this Unauthorized result.

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