GET {{baseUrl}}/zoom_events/events/:eventId
Use this API to get information on a specified event. Scopes: Rate Limit Label: zoom_events_basic:read
zoom_events_basic:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"event_id": "<string>",
"name": "<string>",
"description": "<string>",
"timezone": "<string>",
"event_type": "<string>",
"access_level": "<string>",
"meeting_type": "<string>",
"categories": [
"<string>",
"<string>"
],
"tags": [
"<string>",
"<string>"
],
"calendar": [
{
"start_time": "<dateTime>",
"end_time": "<dateTime>"
},
{
"start_time": "<dateTime>",
"end_time": "<dateTime>"
}
],
"status": "<string>",
"hub_id": "<string>",
"start_time": "<dateTime>",
"end_time": "<dateTime>",
"contact_name": "<string>",
"contact_email": "<string>",
"lobby_start_time": "<dateTime>",
"lobby_end_time": "<dateTime>",
"event_url": "<string>",
"blocked_countries": [
"<string>",
"<string>"
]
} |
ENDPOINTS