Skip to main content
GET
/
v1
/
voice-campaigns
/
{id}
Retrieve a voice campaign
curl --request GET \
  --url https://api.wavix.com/v1/voice-campaigns/{id} \
  --header 'Authorization: Bearer <token>'
{
  "voice_campaign": {
    "id": 2321423,
    "status": "in_progress",
    "timestamp": "2023-08-03T09:04:12.000Z",
    "caller_id": "13123310912",
    "contact": "16729923812"
  }
}

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

id
integer<int32>
required

Voice campaign ID.

Example:

2321423

Response

Voice campaign details.

voice_campaign
object