Using Your API Key
You must include your API Key in theAuthorization HTTP header of every request. The key must be prefixed with the word Bearer, followed by a space.
Format:
Bearer <YOUR_API_KEY>Request Example
Here is how you pass your API Key in a standard cURL request:Authentication Errors
If your API key is missing, malformed, or invalid, the gateway will immediately reject the request and return an HTTP401 Unauthorized status.
Thanks to our unified response format, you will always receive a clear explanation:
AUTH_002 for missing headers), please refer to the dictionary.
Webhook Authentication (Securing Incoming Events)
When Connexease forwards WhatsApp events (like incoming messages or delivery statuses) to your server, you need to verify that the request genuinely came from us. To do this, you can configure a Custom Webhook Secret in your Connexease dashboard. Once configured, our Gateway will include this secret in theAuthorization header of every POST request it makes to your webhook URL.