POST /phone/byoc_numbers
Use this API to add BYOC phone numbers(provided to you by your carrier) to Zoom.
Scope: phone:write:admin or phone:write or phone:master
Prerequisites:
- The account must hold a business or enterprise plan and Zoom Phone license.
Rate Limit Label: Light
Servers
- https://api.zoom.us/v2
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
site_id |
String | No |
Unique identifier of the site. This field is only required if you have enabled multiple sites in the account. See Managing multiple sites or Adding a site for details. |
phone_numbers[] |
Array | Yes |
Phone number(s) to be added to Zoom. The value should be in e164 format. |
carrier |
String | Yes |
Name of the carrier. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.