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: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:provision_template:admin
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>"
} |
ENDPOINTS