GET {{baseUrl}}/zoom_events/hubs?role_type=host
Use this API to retrieve event hubs. Scopes: Rate Limit Label: zoom_events_hubs:read
zoom_events_hubs:read:admin
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>"
}
]
} |
ENDPOINTS