Logo
Zoom Public API Documentation

rooms

Number of APIs: 2


1. List Zoom Rooms

GET {{baseUrl}}/rooms?status=UnderConstruction&tag_ids=<string>&type=ZoomRoom&unassigned_rooms=false&page_size=30&next_page_token=<string>&location_id=<string>&query_name=<string>

Zoom Rooms is a software-based room system that provides an integrated experience for audio conferencing, wireless screen sharing and video conferencing. Use this API to list all the existing Zoom Rooms in a Zoom account.

Prerequisites:

  • Pro or a higher plan with Zoom Room license.

Scopes: room:read:admin

Rate Limit Label: MEDIUM



2. Add a Zoom Room

POST {{baseUrl}}/rooms

Use this API to add a Zoom Room to a Zoom account.

Prerequisites:

  • Pro or a higher plan with Zoom Room license.

Scopes: room:write:admin

Rate Limit Label: Medium



ENDPOINTS