Logo
Zoom Public API Documentation

Add BYOC phone numbers

POST {{baseUrl}}/phone/byoc_numbers

Use this API to add BYOC (Bring Your Own Carrier) phone numbers to Zoom Phone.

Scopes: phone:write:admin, phone:write, or phone:master
Rate Limit Label: Light

Prerequisites: * A Business or Enterprise plan * A Zoom Phone license

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "phone_numbers": [ { "id": "LzPlp8GwR6iytydAq2luIg", "number": "8618251885565" }, { "id": "LzPlp8GwR6iytydAq2luIg", "number": "8618251885565" } ] }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/byoc_numbers' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"carrier":"Bandwidth","phone_numbers":["+8618251885564","+8618251885564"],"sip_group_id":"GgyGPoRESCKAD8JpGXjJ8w","site_id":"8f71O6rWT8KFUGQmJIFAdQ"}'

ENDPOINTS