curl --request GET \
--url https://api.example.com/sms-campaigns/{uuid}{
"success": true,
"data": {
"id": 3,
"uuid": "c6c2f78c-fd96-4c46-806b-f42db252d67d",
"name": "test",
"total_recipients": 1,
"messages_sent": 0,
"credits_used": "0.00",
"sender_id": "SIRATEQ GH",
"created_at": "2026-01-01T01:37:19.000000Z",
"updated_at": "2026-01-01T01:37:25.000000Z",
"scheduled_at": null,
"status": "failed",
"is_recurring": false,
"recurrence_frequency": "daily",
"recurrence_interval": 1,
"recurrence_ends_at": null,
"started_at": null,
"ended_at": "2026-01-01 01:37:25"
}
}
Retrieve details of a specific SMS campaign
curl --request GET \
--url https://api.example.com/sms-campaigns/{uuid}{
"success": true,
"data": {
"id": 3,
"uuid": "c6c2f78c-fd96-4c46-806b-f42db252d67d",
"name": "test",
"total_recipients": 1,
"messages_sent": 0,
"credits_used": "0.00",
"sender_id": "SIRATEQ GH",
"created_at": "2026-01-01T01:37:19.000000Z",
"updated_at": "2026-01-01T01:37:25.000000Z",
"scheduled_at": null,
"status": "failed",
"is_recurring": false,
"recurrence_frequency": "daily",
"recurrence_interval": 1,
"recurrence_ends_at": null,
"started_at": null,
"ended_at": "2026-01-01 01:37:25"
}
}
Documentation Index
Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"success": true,
"data": {
"id": 3,
"uuid": "c6c2f78c-fd96-4c46-806b-f42db252d67d",
"name": "test",
"total_recipients": 1,
"messages_sent": 0,
"credits_used": "0.00",
"sender_id": "SIRATEQ GH",
"created_at": "2026-01-01T01:37:19.000000Z",
"updated_at": "2026-01-01T01:37:25.000000Z",
"scheduled_at": null,
"status": "failed",
"is_recurring": false,
"recurrence_frequency": "daily",
"recurrence_interval": 1,
"recurrence_ends_at": null,
"started_at": null,
"ended_at": "2026-01-01 01:37:25"
}
}
Was this page helpful?