How to Get Started

Environments

This API has support for multiple environments. Each environment has one or more base URIs defined.

Production

The default environment is production and the default server is server1.

Authorization

This API uses the OAuth 2 Bearer token for authentication.

The bearer token is sent in the request like this:

curl {BASEURI} -H 'Authorization: Bearer {OAUTH_TOKEN}'
GET / HTTP/1.1 Host: {HOST} Authorization: Bearer {OAUTH_TOKEN}