Logo
Zoom Public API Documentation

Get a webinar's join token for local recording

GET {{baseUrl}}/webinars/:webinarId/jointoken/local_recording

Use this API to get a webinar's join token to allow for local recording. The join token lets a recording bot implemented using Zoom Meeting SDK to connect to a Zoom webinar. The recording bot can then automatically start locally recording. This supports both regular and raw local recording types.

Prerequisites: * A Pro or higher plan with a Webinar Add-on. * The Local recording user setting enabled in the Zoom web portal.

Scopes: webinar_token:read:admin:local_recording,webinar_token:read:local_recording

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "expire_in": 120, "token": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/webinars/:webinarId/jointoken/local_recording' -H 'Accept: application/json'

ENDPOINTS