Documentation Index
Fetch the complete documentation index at: https://docs.modawer.com/llms.txt
Use this file to discover all available pages before exploring further.
Success response
Queue message endpoints return200 OK when the request is accepted.
Error format
Errors are returned as ASP.NET Problem Details.Common errors
| Status | Error | Description |
|---|---|---|
401 | Unauthorized | No authenticated user and no valid X-API-KEY. |
400 | RecipientMissing | The raw payload did not include recipient. |
400 | TemplateKeyRequired | The raw payload did not include template.name. |
400 | AppNotLinkedToWhatsAppBusiness | The app is not linked to a WhatsApp business account. |
400 | TelegramChatNotLinked | A dev token was used but no Telegram chats are linked to the app. |
400 | RecipientRateLimitExceeded | The app’s per-recipient rate limit was exceeded. |
400 | InsufficientBalance | The account balance is too low to cover the message cost. |