Voice campaigns
Retrieve a voice campaign
Returns the voice campaign identified by id, including its current status.
get/v1/voice-campaigns/{id}
Path parameters
idinteger required
Example:2321423
The unique ID of the voice campaign to retrieve.
Response
Returns the voice campaign.
Example response
{
"voice_campaign": {
"id": 2321423,
"status": "in_progress",
"timestamp": "2023-08-03T09:04:12.000Z",
"caller_id": "13123310912",
"contact": "16729923812"
}
}