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

Request Params

| 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":"\u003cstring\u003e"}