GET /rooms/locations/{locationId}

Each location type of the Zoom Rooms location hierarchy has a profile page that includes information such as name of the location, address, support email, etc. Use this API to retrieve information about a specific Zoom Rooms location type such as information about the city where the Zoom Rooms is located.

Prerequisite:

Rate Limit Label: Medium

Servers

Path parameters

Name Type Required Description
locationId String Yes

Unique identifier of the location type. This can be retrieved using the List Zoom Room Location API (Id property in the response).

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.