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.

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!