GET {{baseUrl}}/meetings/:meetingId/token?type=closed_caption_token
Get a meeting'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 meeting. Prerequisites:
* 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: meeting:read
,meeting:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
type
|
string | The meeting 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