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. Ensure your client adds the Authentication: Basic HTTP header (with encoded credentials over HTTPS) to all API requests.

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

🚧

Always ensure to get the right pair of credentials!!

Follow the below links to find them in the app:


Did this page help you?