Retrieve an API authentication token

Use this endpoint to authenticate with the API. The returned token should be passed on all requests. Your application should cache the token and continue using it until it is about to expire (1 hour, as defined by expires_in).

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

a client_credentials OAuth 2.0 request (see https://tools.ietf.org/html/rfc6749#section-4.4)

string

the provided client id

string

the provided client secret

string

the provided audience

string

should be 'client_credentials'

Responses

401

Failure to authenticate

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