Skip to main content

Assign a phone number to a channel zone

POST 
/channel_zones/:channel_zone_id/channel_zone_phone_numbers

You should own the phone number being assigned to the channel zone. Remember that you should reserve channels in this channel zone, otherwise you won't be able to receive incoming calls.

Request

Path Parameters

    channel_zone_id stringrequired

    Channel zone identifier

Body

required

Phone number to assign to the channel zone. The phone number should be in E.164 format.

    phone_number +E.164required

Responses

200: A new inserted phone number

default: Unexpected error

Loading...