Authentication

API calls need to be authenticated and authorized. You will be provided with an API key to be passed as X-ApiKey in the Header.

  1. Every API request has to be authenticated and will fail with the status code 403: Forbidden, if not authenticated.

  2. All API content types are application/json format.

  3. All API requests must be made over HTTPS. Please do not have a VPN running when making test calls.

  4. The endpoints for each product have been ordered sequentially for how the calls are to be made.

  5. Asterisk indicates that the fields are compulsory.

Last updated