List hubs
GET {{baseUrl}}/zoom_events/hubs?role_type=host
Use this API to retrieve event hubs.
Scopes:
zoom_events_hubs:read
zoom_events_hubs:read:admin
Rate Limit Label
:
Light
Request Params
| Key | Datatype | Required | Description |
| role_type
| string | | (Required) The user role type:
host
— All hosted Hubs.attendee
— All related Hubs. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
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"}]}