Logo
Zoom Public API Documentation

Create phone numbers

POST {{baseUrl}}/phone/carrier_reseller/numbers

Use this API to add phone numbers to a carrier reseller (master) account. Up to 200 numbers at a time. If this API is called in MA mode, it also has functions of distribution.

Scopes: phone:write:admin Rate Limit Label: Light

Prerequisites: * A Pro or higher account plan * A Zoom Phone license

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status Created





Curl
curl -X POST 'https://api.zoom.us/v2/phone/carrier_reseller/numbers' -H 'Content-Type: application/json' -d '{"0":{"phone_number":"+12059535689","status":"inactive"},"1":{"phone_number":"+12059535689","status":"inactive"}}'

ENDPOINTS