ZoomRoom Locations API returns blank

I tried to use the API on this link: Zoom Rooms API

e.g. https://api.zoom.us/v2/rooms/IFGL4zWBRyG3417UAFXmqw/locations

But all I get back is an HTTP 200 OK with no data. I would at least expect to get an object with a blank array, e.g. { locations: }.

Please advise. Thanks.

Hi @raza.ali1 ,

The link you shared for the API endpoint link is miswritten. It takes the following query params as such:
{{baseUrl}}/rooms/locations?parent_location_id=<string>&type=<string>&page_size=30&next_page_token=<string>