Logo
Zoom Public API Documentation

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

 

Body PARAM

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": "<number>", "hubs": [ { "hub_id": "<string>", "access_level": "PUBLIC", "name": "<string>", "description": "<string>", "public_url": "<string>", "hidden_hub": "<boolean>", "hub_active": "<boolean>", "auto_list_events": "<boolean>", "landing_hub": "<boolean>" }, { "hub_id": "<string>", "access_level": "INTERNAL", "name": "<string>", "description": "<string>", "public_url": "<string>", "hidden_hub": "<boolean>", "hub_active": "<boolean>", "auto_list_events": "<boolean>", "landing_hub": "<boolean>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/zoom_events/hubs?role_type=host?role_type=host' -H 'Accept: application/json'

ENDPOINTS