Logo
Zoom Public API Documentation

Get meeting's token

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

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



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

ENDPOINTS