v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Mobile Voice Connections

List Mobile Voice Connections

get/v2/mobile_voice_connections

Query parameters

page[number]integer

The page number to load

page[size]integer

The size of the page

filter[connection_name][contains]string

Filter by connection name containing the given string

sortstring

Sort by field (e.g., created_at, connection_name, active). Prefix with - for descending order.

Response

Successful response

Example response

{
  "data": [
    {
      "record_type": "mobile_voice_connection"
    }
  ]
}