GET {{baseUrl}}/webinars/:webinarId/token?type=closed_caption_token
Use this API to get a webinar's closed caption token (caption URL). This token lets you use a third-party service to stream text to their closed captioning software to the Zoom webinar. Prerequisites:
* A Pro or higher plan with the Webinar add-on.
* The Closed captioning setting enabled in the Zoom web portal.
*
* The Allow use of caption API Token to integrate with 3rd-party Closed Captioning services setting enabled. Scopes: Rate Limit Label: webinar:read
,webinar:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
type
|
string | The webinar token type: * `closed_caption_token` — The third-party closed caption API token. This defaults to `closed_caption_token`. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"token": "<string>"
} |
ENDPOINTS