GET /phone/setting_templates/{templateId}

This API lets you retrieve a specific account phone template previously created.

Scope:

Prerequisites:

  1. Business or Enterprise Account
  2. A Zoom Phone license
    Rate Limit Label: Light

Servers

Path parameters

Name Type Required Description
templateId String Yes

Unique identifier of the template.

Query parameters

Name Type Required Description
custom_query_fields String No

Provide the name of the field to use to filter the response. For example, if you provide "description" as the value of the field, you will get a response similar to the following: {“description”: “template description”}.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.