Headers

All API endpoints require an x-api-key header for authentication. Include your unique API key in the x-api-key header with every request to access the API. Requests without this header or with an invalid key will result in a 401 Unauthorized response.

Header


  'x-api-key': {{consumer_key}}

Unauthorized response

{
   "code": 401,
   "message": "Unauthorized"
}

Last updated