Authentication

Please Note: Access to the API is currently by request only. If you would like access please request access here.

API Key as a token

Authentication to the API is performed using an API Key in the Authorization header as a Bearer token.

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.

Last updated