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
Environment | Base URL |
---|---|
Sandbox | https://api.sandbox.waza.co/lync/v1 |
Production | https://api.lync.global/lync/v1 |
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 .
Updated 20 days ago