Environment and Authorization

Authentication

To ensure that the requests made to our endpoints are both secure and authenticated, we use API key-based authentication. Every request made to this API requires an API key to be included in the request header (x-waza-api-key).

Please contact us to have a sandbox account and API keys created for you.

Environments

Please navigate to the respective sections in this documentation for detailed information on our API endpoints, request/response formats, status codes, and examples.

Please note that all successful 2XX responses are wrapped in a data object. You can learn more about error messages here .