Environment and Authentication
Available integration environments
We use API key-based authentication to ensure that the requests made to our endpoints are secure and authenticated. Every request made to this API requires an API key to be included in the request header.x-waza-key
.
Environments
Environment | Description | Base URL |
---|---|---|
Sandbox | The sandbox environment is tailored for the testing and development stages. Within this setting, you can interact with the endpoints using mock data, such as generating transactions and retrieving statements. | https://api.sandbox.waza.co |
Production | The production environment is designed for live applications with genuine links to institutions. Within this setting, users must use live data to create transactions and retrieve actual data from these institutions. | https://api.waza.co |
Please contact us at [email protected] to have a sandbox account and API keys created for you.
Updated about 1 year ago