Logo
Zoom Public API Documentation

Get an account's webinar registration settings

GET {{baseUrl}}/accounts/:accountId/settings/registration?type=webinar

Get an account's webinar registration settings. To get the master account's webinar registration settings, use the me value for the accountId path parameter.

Prerequisites: * The account must be a paid account.

Scopes: account:read:admin

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 
type
string The registration's type. * `webinar` — webinar.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "options": { "host_email_notification": "<boolean>", "close_registration": "<boolean>", "allow_participants_to_join_from_multiple_devices": "<boolean>", "show_social_share_buttons": "<boolean>" }, "questions": [ { "field_name": "country", "required": "<boolean>", "selected": "<boolean>" }, { "field_name": "comments", "required": "<boolean>", "selected": "<boolean>" } ], "approve_type": 1, "custom_questions": [ { "title": "<string>", "type": "single_dropdown", "required": "<boolean>", "selected": "<boolean>", "answers": [ "<string>", "<string>" ] }, { "title": "<string>", "type": "single_dropdown", "required": "<boolean>", "selected": "<boolean>", "answers": [ "<string>", "<string>" ] } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/accounts/:accountId/settings/registration?type=webinar?type=webinar' -H 'Accept: application/json'

ENDPOINTS