Campaigns
Retrieve developer SMS campaign history and provider delivery status.
List Campaigns
GET
/v1/sms/campaigns?page=1&limit=25{
"data": [
{
"_id": "667000000000000000000001",
"senderId": "NairaSMS",
"recipientCount": 120,
"amount": 384,
"status": "sent"
}
],
"pagination": {
"page": 1,
"limit": 25,
"total": 1
}
}Delivery Status
GET
/v1/sms/campaigns/{id}/statusThis endpoint fetches provider status using the campaign provider message ID.