Logo
Zoom Public API Documentation

Get webinar's token

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: webinar:read,webinar:read:admin

Rate Limit Label: 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>" }



Curl
curl -X GET 'https://api.zoom.us/v2/webinars/:webinarId/token?type=closed_caption_token?type=closed_caption_token' -H 'Accept: application/json'

ENDPOINTS