HollaTags API
  • Introduction
  • 📳SMS
    • Send
    • Receive
    • Status
    • Credit
    • Lookup
    • Send SMS Sample Code
    • Receive SMS Sample Code
    • API Response
    • Callback
    • OTP
    • SMS DLR Error Codes
  • 📳USSD
    • USSD Inbound
    • USSD Outbound
    • USSD Sample Code
    • USSD Error Codes
  • 📳WhatsApp
    • WhatsApp Chat
    • WhatsApp Push
    • WhatsApp Sample Code
  • 📳SMPP
    • SMPP Specification
    • SMPP Servers
    • SMPP Authentication
    • SMPP Configuration
    • SMPP Message PDU
    • SMPP Client Configuration
    • SMPP Response Codes
    • SMPP DLR Codes
  • 💳Airtime
    • Airtime (VTU)
  • ❓FAQ
    • USSD - Dedicated
    • USSD - Shared
Powered by GitBook
On this page

Was this helpful?

  1. SMS

API Response

These are the responses returned from the message API

Note that all responses are plain text with a 200 OK status even for errors.

#

API Response

Description

1

sent

Message(s) have been sent successfully

2

error_param

You have supplied incomplete parameters to the API endpoint or one of the required parameters is missing

3

error_credit

Insufficient credit

4

error_billing

We were unable to debit your account. Usually a temporary error message.

5

error_gw

Gateway is down, busy or not responding

6

error_user

Invalid user/password combination OR user has been suspended

7

error_limit

Exceed maximum number limit for bulk/batch sending. The maximum limit on the API is currently 500 numbers for a single API call.

You could also get this error message if you have provided an invalid mobile number.

Message IDs - Applicable only if you have message ID response enabled on your account

#

Message IDs - Applicable only if you have message ID response enabled on your account

number,message_id

Sample response is 2348030000000,24137cf8-eccc-469c-80af-109538857e53. Tilde (~) will be used to separate multiple destination numbers. e.g 2348030000000,42138969-09f9-434d-a3c6-db5733fba736~2348030000011,974790b3-e598-41a8-939b-772d16860fb4

PreviousReceive SMS Sample CodeNextCallback

Last updated 9 months ago

Was this helpful?

📳