Logo
Zoom Public API Documentation

Get a webinar's archive token for local archiving

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

Use this API to get a webinar's archive token to allow local archiving. The archive token allows a meeting SDK app or bot to get archive permission to access the webinar's raw audio and video media stream in real-time.

Prerequisites: * A Pro or higher plan with a Webinar Add-on. * The Archive meetings and webinars account setting enabled in the Zoom web portal.

Scopes: webinar_token:read:admin:local_archiving

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_archiving' -H 'Accept: application/json'

ENDPOINTS