Skip to main content

Get the list of phone numbers assigned to a channel zone

GET 
/channel_zones/:channel_zone_id/channel_zone_phone_numbers

Retrieve the assigned phone numbers in a channel zone. Phone numbers assigned to a channel zone can receive concurrent calls up to the quantity reserved in that channel zone. Additional concurrent calls are rejected with a busy signal.

Request

Path Parameters

    channel_zone_id stringrequired

    Channel zone identifier

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page

Responses

200: A list of phone numbers

Loading...