Skip to main content
GET
/
telephony
/
connections
List telephony connections
curl --request GET \
  --url https://api.vocobase.com/api/v2/telephony/connections \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "connections": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "connection_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "is_default": true,
        "last_verified_at": "2023-11-07T05:31:56Z",
        "last_error_message": "<string>",
        "phone_numbers": [
          {
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "connection_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "connection_name": "<string>",
            "phone_number": "+918065480085",
            "friendly_name": "<string>",
            "is_default": true,
            "inbound_enabled": true,
            "agent": {
              "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
              "name": "<string>"
            },
            "created_at": "2023-11-07T05:31:56Z",
            "updated_at": "2023-11-07T05:31:56Z"
          }
        ],
        "livekit_sip_uri": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

provider
enum<string>

Optional provider filter.

Available options:
twilio,
exotel,
plivo,
vobiz,
tata_smartflo,
sip,
voicelink,
mcube

Response

Telephony connections.

success
boolean
data
object