Table
| HTTP | Meaning |
|---|---|
200 + success: true |
Success |
200/422 + success: false |
Business error |
| 401 | Missing / invalid token |
| 422 | Validation or business rule |
| 429 | Too many attempts (verify) |
Example messages
Live API returns these strings in Russian:
- «Неверный формат номера телефона»
- «Недостаточно токенов рассылки. Пополните баланс.»
- «Подождите перед повторной отправкой OTP»
- «WhatsApp не подключён. Обратитесь к администратору.»
- «Неверный или просроченный код»
Branch on error_code / HTTP status, not on message wording.
See rate-limits, top-up, FAQ, documentation.