Messenger API
Всё, что панель умеет с подключённым аккаунтом Telegram, WhatsApp или Instagram, — через REST: один ключ, один формат ответа, по разделам.
Ошибки и лимиты
Формат ошибки, каждый код ошибки с HTTP-статусом и как работают лимиты.
Формат ошибки
Ошибки всегда в этом формате. Ветвитесь по code, а не по тексту. details (необязательно) содержит ошибки валидации по полям.
{
"success": false,
"error": { "code": "DEVICE_OFFLINE", "message": "No available device is currently online.", "details": {} }
}
Коды ошибок
401
INVALID_API_KEYThe API key is missing or invalid.401
API_KEY_EXPIREDThis API key has expired.401
API_KEY_REVOKEDThis API key has been revoked.403
INSUFFICIENT_SCOPEThis API key does not have the required scope.403
ORGANIZATION_SUSPENDEDThis account is suspended.422
VALIDATION_FAILEDThe request contains invalid parameters.422
INVALID_PHONE_NUMBERThe recipient phone number could not be parsed.422
MESSAGE_TOO_LONGThe message body exceeds the maximum length.404
MESSAGE_NOT_FOUNDNo message matches that identifier.404
BATCH_NOT_FOUNDNo batch matches that identifier.404
DEVICE_NOT_FOUNDNo device matches that identifier.404
WEBHOOK_NOT_FOUNDNo webhook endpoint matches that identifier.409
DEVICE_OFFLINENo available device is currently online.409
DEVICE_DISABLEDThe selected device is disabled.409
SIM_UNAVAILABLEThe selected SIM card is not available.409
SMS_PERMISSION_MISSINGThe device has not granted SMS permission.422
MESSAGE_NOT_CANCELLABLEThis message can no longer be cancelled.429
RATE_LIMIT_EXCEEDEDRate limit exceeded. Retry after the indicated delay.402
ENTITLEMENT_EXCEEDEDThis action exceeds your plan limits.422
IDEMPOTENCY_KEY_REUSEDThis idempotency key was already used with a different request body.409
IDEMPOTENT_REQUEST_IN_PROGRESSA request with this idempotency key is still in progress.422
INVALID_PAIRING_CODEThe pairing code is invalid.422
PAIRING_CODE_EXPIREDThe pairing code has expired.500
INTERNAL_ERRORAn unexpected error occurred.402
PLAN_REQUIREDMessenger API access is not included in the current plan.404
CHANNEL_NOT_FOUNDNo channel matches that identifier.409
CHANNEL_NOT_CONNECTEDThe channel is not connected.502
CONNECTOR_ERRORThe channel connector did not respond.429
FLOOD_WAITThe messenger asked us to slow down. Retry after the indicated delay.422
CHANNEL_REQUEST_FAILEDThe messenger rejected the request.Лимиты
Лимиты многоуровневые: на API-ключ, workspace, устройство и SIM (лимит на SIM защищает карту от бесконечного цикла). Telegram добавляет свои flood-лимиты: 429 FLOOD_WAIT сообщает, сколько секунд ждать. Каждый 429 несёт заголовки Retry-After и X-RateLimit-*.