v52

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

List Numbers using Channel Billing for a specific Zone

Retrieve a list of phone numbers using Channel Billing for a specific Zone.

get/list/{channel_zone_id}

Path parameters

channel_zone_idstring required

Channel zone identifier

Response

A list of numbers using GCB, grouped by channel zone

Example response

{
  "data": [
    {
      "number_of_channels": 7,
      "numbers": [
        {
          "country": "FR",
          "number": "+15554441234"
        }
      ],
      "zone_id": "1653e6a1-4bfd-4857-97c6-6a51e1c34477",
      "zone_name": "Euro channel zone"
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}