cURL
curl --request GET \ --url 'https://api.wavix.com/v1/voice-campaigns/{id}?appid='
{ "voice_campaign": { "id": 2321423, "status": "in_progress", "timestamp": "2023-08-03T09:04:12.000Z", "caller_id": "13123310912", "contact": "16729923812" } }
Use this method to get details of a specific voice campaign.
An API key to authorize your request
Voice campaign ID
2321423
Show child attributes
Unique identifier of the voice campaign
The status of the voice campaign
"in_progress"
The timestamp when the voice campaign was created
"2023-08-03T09:04:12.000Z"
The caller ID used for the voice campaign
"13123310912"
The number called using the voice campaign
"16729923812"
Was this page helpful?