Prerequisites
- Before you can use the Wavix API, you need to create a Wavix account.
- You also need to create or get your API key.
Sandbox accounts can use the API before they select an account level. Some features and endpoints aren’t available. For details, see Sandbox.
Versioning
All endpoints and examples are designated with a specific version. Versions vary per endpoint and are not global. Endpoint versions follow the base URL and come before the endpoint. For example:Authentication
Wavix APIs use API keys for secure authentication. You must include your API key in every request to access all endpoints.How to use your API key
- Retrieve your API key from your Wavix account (see Get your API key).
- Include your API key in the
Authorizationheader using Bearer token format.
your_api_key with your actual API key.
If your API key is compromised, revoke it immediately in your Wavix account and generate a new one. For detailed authentication instructions and code examples, see the Authentication guide.
Next steps
- Explore the API reference for available endpoints and usage details.
- Review guides for specific messaging use cases:
- Subscribe to webhooks to receive real-time updates on your account and messaging events.
- Start building and testing your integration using your API key.