Authentication
Last updated
Last updated
All requests must be made over HTTPS and will be authenticated over standard .
Authentication requires a x-api-key
. When these values are requested in console/terminal, programming libraries, SDKs, or even here in our docs, use the following values for x-api-key:
x-api-key
{API_KEY}
The API key must be kept secret. They should not be in your client-side code or checked into your application's code.