Authentication

We utilize the OAuth 2 protocol to facilitate authorization.

Using the 2-legged OAuth flow, authorization to interact with our API is obtained in a server-to-server exchange of your client_id and client_secret for an OAuth access token by sending a POST request with an Authorization header containing the word Basic followed by a space and a base64-encoded string client_id:client_secret.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
Defaults to client_credentials
Responses

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