cURL
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" } }
Retrieve details of a specific voice campaign
Documentation IndexFetch the complete documentation index at: https://developers.sendazi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?