Logo
Zoom Public API Documentation

Get a provision template

GET {{baseUrl}}/phone/provision_templates/:templateId

Use this API to get a specific provision template.

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

Scopes: phone:read:admin

Granular Scopes: phone:read:provision_template:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "name": "<string>", "description": "<string>", "content": "<string>", "bound_device_count": "<integer>" }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/provision_templates/:templateId' -H 'Accept: application/json'

ENDPOINTS