List hubs

GET {{baseUrl}}/zoom_events/hubs?role_type=host

Use this API to retrieve event hubs.

Scopes: zoom_events_hubs:readzoom_events_hubs:read:admin

Rate Limit Label: Light

Request Params

KeyDatatypeRequiredDescription
role_typestring(Required) The user role type:
  • host — All hosted Hubs.
  • attendee — All related Hubs. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"total_records":"\u003cnumber\u003e","hubs":[{"hub_id":"\u003cstring\u003e","access_level":"PUBLIC","name":"\u003cstring\u003e","description":"\u003cstring\u003e","public_url":"\u003cstring\u003e","hidden_hub":"\u003cboolean\u003e","hub_active":"\u003cboolean\u003e","auto_list_events":"\u003cboolean\u003e","landing_hub":"\u003cboolean\u003e"},{"hub_id":"\u003cstring\u003e","access_level":"INTERNAL","name":"\u003cstring\u003e","description":"\u003cstring\u003e","public_url":"\u003cstring\u003e","hidden_hub":"\u003cboolean\u003e","hub_active":"\u003cboolean\u003e","auto_list_events":"\u003cboolean\u003e","landing_hub":"\u003cboolean\u003e"}]}