Get a group's webinar registration settings

GET {{baseUrl}}/groups/:groupId/settings/registration?type=webinar

Get webinar registration settings for a group. Prerequisite: Pro, Business, or Education account

Scopes: group:read:admin

Rate Limit Label: Medium

Request Params

KeyDatatypeRequiredDescription
typestringThe registration type:
  • webinar — webinar. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"options":{"host_email_notification":"\u003cboolean\u003e","close_registration":"\u003cboolean\u003e","allow_participants_to_join_from_multiple_devices":"\u003cboolean\u003e","show_social_share_buttons":"\u003cboolean\u003e"},"questions":[{"field_name":"comments","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e"},{"field_name":"comments","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e"}],"approve_type":0,"custom_questions":[{"title":"\u003cstring\u003e","type":"multiple","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e","answers":["\u003cstring\u003e","\u003cstring\u003e"]},{"title":"\u003cstring\u003e","type":"short","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e","answers":["\u003cstring\u003e","\u003cstring\u003e"]}]}