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"
}
]
}