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
}
}
Last updated