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

Status

Status

POST https://sms.hollatags.com/api/report/

This endpoint allows you to check the delivery status of the messages sent. You will need to enable the parameter enable_msg_id at the time of sending the SMS via https://docs.hollatags.com/send

The POST parameters should be sent as x-www-form-urlencoded

Request Body

Name
Type
Description

user

string

Account username

pass

string

Account password

msgid

string

Message ID (e.g 24137cf8-eccc-469c-80af-109538857e53)

DELIVRD

PreviousReceiveNextCredit

Last updated 3 years ago

Was this helpful?

📳