Logo
Zoom Public API Documentation

Get meeting recording settings

GET {{baseUrl}}/meetings/:meetingId/recordings/settings

Retrieves settings applied to a meeting's Cloud Recording.

Scopes: recording:read:admin,recording:read

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "approval_type": 2, "authentication_domains": "<string>", "authentication_option": "<string>", "on_demand": "<boolean>", "password": "<string>", "recording_authentication": "<boolean>", "send_email_to_host": "<boolean>", "share_recording": "publicly", "show_social_share_buttons": "<boolean>", "topic": "<string>", "viewer_download": "<boolean>" }



Curl
curl -X GET 'https://api.zoom.us/v2/meetings/:meetingId/recordings/settings' -H 'Accept: application/json'

ENDPOINTS