Logo
Zoom Public API Documentation

Add a provision template

POST {{baseUrl}}/phone/provision_templates

Use this API to create a provision template in a Zoom account.

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

Scopes: phone:write:admin

Granular Scopes: phone:write:provision_template:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "id": "<string>", "name": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/provision_templates' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"name":"\u003cstring\u003e","description":"\u003cstring\u003e","content":"\u003cstring\u003e"}'

ENDPOINTS