VoiceLink Management
List VoiceLink call routing
Lists DID call-routing records from the selected active VoiceLink connection. Pass connection_id when the partner has more than one active VoiceLink connection.
GET
List VoiceLink call routing
Authorizations
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
Query Parameters
Optional unless multiple active VoiceLink connections exist.
Previous
Create VoiceLink call routingCreates a call-routing record for a DID (one record per DID). Provide either `did_id` or `did_number`. `for_inbound_call` and `for_outbound_call` are VoiceLink mode integers; `3` routes to a WebSocket bot. For the common outbound case, prefer `POST /voicelink/call-ready`, which performs the same setup safely. This endpoint never purchases or renews DIDs, runs KYC, allocates wallet or credit, or deletes local Vocobase data. Numeric fields are validated strictly: zero, negative, non-integer, or non-finite values are rejected with a 400 `VALIDATION_ERROR` naming the field.
Next
List VoiceLink call routing