Cydene Bills API
  • Cydene Agents API Documentation
  • Authentication
    • API Authentication requirements
  • INTEGRATION FLOW
    • Requests
    • Response
  • AIRTIME
    • Airtime recharge providers
    • Purchase Airtime
  • DATA BUNDLES SERVICES
    • Bundle recharge providers
    • Bundle from a provider
    • Purchase Data Bundle
  • SMILE
    • Get Smile Bundle Options
    • Validate Smile Account
    • Purchase Smile Data Bundle
  • SPECTRANET
    • Get Spectranet Data Bundle Options
    • Purchase Spectranet Data Bundle
  • Power
    • Electricity Service Providers
    • Validate
    • Purchase Power
  • Cable Tv
    • Validate
    • Bouquets
    • Addons
    • Renewal
    • Update
  • Betting
    • Get Betting Providers
    • Validate Account
    • Fund Account
  • DSTV SHOWMAX
    • Get plans
    • Subscribe to a showtime plan
  • GAS
    • Create Order
    • Get Available Dispatchers
    • Complete Order
    • Cancel Order
    • Order Status
    • Get Order
  • Transactions
    • GetStatus
    • Get Balance
  • CONTACT US
    • Contact us
  • SMS
    • Send SMS
    • Get Delivery Status
Powered by GitBook
On this page
  1. SMS

Get Delivery Status

GET {{BASE_URL}}/api/biller/sms/status

This endpoint allows you to get delivery statuses

Path Parameters

Name
Type
Description

agentRef*

string

agentReference

Response

{
    "isSuccessful":true,
    "message":"Request processed successfully",
    "code":"00",
    "data":{
    "SMS_ID":null,
    "ID":"AAA133",
    "content":"Hello wonderful customer",
    "from":"TestBrand",
    "dateCreated":"0001-01-01T00:00:00",
    "recipients":[
    {
        "to":"+2348160961446",
        "sentAt":"0001-01-01T00:00:00",
        "lastUpdate":"2022-01-01T00:00:00",
        "price":7,
        "deliveryStatus":"Delivered/Sent/Undelivered/Failed",
        "deliveryMessage":"Delivered",
        "deliveryCode":null,
        "deliveryTime":"2022-01-01T00:00:00"
    }
                ]
            },
    "transactions":null
    }
}

PreviousSend SMS

Last updated 1 month ago