Skip to main content
We support two (2) types of headers for API requests:
  1. Content-Type
  2. api-key

Content-Type

The Content-Type header specifies the format of your API request body. Setting it to application/json is essential for JSON-formatted requests, and prevents processing errors on our servers.
Example

Api-key

All endpoints require authorization before you can access them. We check your request header for the api-key to authorize your request. We discuss authorization in more detail here.
Example