Bitel
2.0.0
2.0.0
  • Introduction
  • Authorization
  • API Structure
  • General API Errors
  • SMS
    • Introduction
    • Template SMS
    • OTP SMS
    • Single SMS
    • Batch SMS
    • Batch P2P SMS
    • SMS Status
  • Call
    • Introduction
    • OTP Call
    • Single Call
    • Single TTS Call
    • Batch Call
    • Batch TTS Call
    • Call Status
  • Webhook
    • Sms Webhook Events
    • Voice Webhook Events
  • Files
    • Introduction
    • Upload Voice
    • Text To Speech
    • Download Voice
  • Code Samples
    • C#
    • PHP
    • Python
Powered by GitBook
On this page

Was this helpful?

General API Errors

The following table contains the general errors than any API may return

ErrorCode

Status Code

Description

BadRequest

400

Indicates that the submitted data or the format is invalid

Unauthorized

401

The JWT token isn't provided or the format is invalid

NotFound

404

The requested resource cannot be found

TooManyRequests

400

Indicates that the client has exceeded the server request limit

InsufficientBalance

400

This project doesn't have enough balance to perform this operation

​

PreviousAPI StructureNextIntroduction

Last updated 6 years ago

Was this helpful?