Authentication

Authenticate your account when using the API by including your secret API key in the request. Your API key is sent in the X_API_KEY header of your request. Your API key carry many privileges, so be sure to keep them secret! Do not share your secret API key in publicly accessible areas such as public source control repositories or client-side code.

In production, all API requests must be made over HTTPS; calls made over plain HTTP will fail. API requests without authentication will also fail.

Last updated