Skip to main content
GET
/
voice-campaigns
/
{uuid}
Get Voice Campaign
curl --request GET \
  --url https://api.example.com/voice-campaigns/{uuid}
{
  "success": true,
  "data": {
    "id": 1,
    "uuid": "8b915918-14d6-4c2a-a2cf-f6c3d8dbd845",
    "name": "Voice Announcement",
    "total_recipients": 50,
    "messages_sent": 45,
    "credits_used": "90.00",
    "status": "completed",
    "created_at": "2026-01-01T10:00:00.000000Z",
    "updated_at": "2026-01-01T10:30:00.000000Z"
  }
}

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.

uuid
string
required
The unique identifier (UUID) of the campaign
{
  "success": true,
  "data": {
    "id": 1,
    "uuid": "8b915918-14d6-4c2a-a2cf-f6c3d8dbd845",
    "name": "Voice Announcement",
    "total_recipients": 50,
    "messages_sent": 45,
    "credits_used": "90.00",
    "status": "completed",
    "created_at": "2026-01-01T10:00:00.000000Z",
    "updated_at": "2026-01-01T10:30:00.000000Z"
  }
}