mcp_config_webinar_status_management_operations.json•2.54 kB
{
"server": {
"url": "https://api.zoom.us/v2"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "Zoom users with a [Webinar Plan](https://zoom.us/webinar) have access to creating and managing Webinars. Webinar allows a host to broadcast a Zoom meeting to up to 10,000 attendees.\u003cbr\u003eUse this API to get details of a scheduled webinar.\u003cbr\u003e\u003cbr\u003e **Scopes:** `webinar:read:admin` `webinar:read`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e**Prerequisites:** * Pro or higher plan with a Webinar Add-on.",
"name": "webinar"
},
{
"description": "Update a webinar registrant\u0027s status. Using this API, you can specify whether you want to approve a registration, deny a registration or cancel a previously approved registration.\u003cbr\u003e\u003cbr\u003e **Scopes:** `webinar:write:admin` `webinar:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`\u003cbr\u003e",
"name": "webinar_registrant_status"
},
{
"description": "Update a webinar\u0027s status. Use this API to end an ongoing webinar.\u003cbr\u003e\u003cbr\u003e **Scopes:** `webinar:write:admin` `webinar:write`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`\u003cbr\u003e **Prerequisites:**\u003cbr\u003e * The account must hold a valid [Webinar plan](https://zoom.us/webinar).",
"name": "webinar_status"
},
{
"description": "[Webinar Registration Tracking Sources](https://support.zoom.us/hc/en-us/articles/360000315683-Webinar-Registration-Source-Tracking) allow you to see where your registrants are coming from if you share the webinar registration page in multiple platforms. You can then use the source tracking to see the number of registrants generated from each platform.\u003cbr\u003e Use this API to list information on all the tracking sources of a Webinar.\u003cbr\u003e **Scopes:** `webinar:read:admin`, `webinar:read`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`\u003cbr\u003e **Prerequisites**:\u003cbr\u003e * [Webinar license](https://zoom.us/webinar). * Registration must be required for the Webinar.",
"name": "get_tracking_sources"
}
]
}