Authentication 👤

Authentication to the API is performed via HTTP Basic Auth. An API user and API Key are required to be sent as part of every request to the Deliverea API.

Credentials must be passed as the Authorization header for each request. Make sure your client is adding the Authentication: Basic HTTP header (with encoded credentials over HTTPS) to all API requests.

There are two environments in Deliverea, and each one requires its own Basic Auth credentials. Those instances are: a test instance called Sandbox, and the real one called Production.

🚧

Always make sure to get the right pair of credentials!!