Skip to main content
GET
/
voicelink
/
dids
/
available
List available VoiceLink DIDs
curl --request GET \
  --url https://api.vocobase.com/api/v2/voicelink/dids/available \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Query Parameters

connection_id
string<uuid>

Optional unless multiple active VoiceLink connections exist.

did_type
integer
per_page
integer
Required range: x >= 1
page
integer
Required range: x >= 1

Response

Available DIDs response.

A VoiceLink upstream response wrapped in the V2 success envelope. The data shape is forwarded from VoiceLink and may vary by endpoint.

success
boolean
required
data
required

VoiceLink upstream response body.