Public API (Server)
Base URL
https://server.sendeasy.pro
Authentication models
- Channel token (
/api/messages/send) - API token (
/api/v1/waba/*) - Integration token (
/api/integration/generic)
Main endpoints
| Method | Endpoint | Auth |
|---|---|---|
POST | /api/messages/send | Channel token |
POST | /api/integration/generic | Integration token |
Success and error contracts
Success example:
{ "message": "Message queued successfully" }
Error example:
{ "error": "ERR_NO_PERMISSION" }
Translation strategy
Keep error as canonical key and resolve display messages by locale in your client.