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
Request Params
| 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":"\u003cboolean\u003e","close_registration":"\u003cboolean\u003e","allow_participants_to_join_from_multiple_devices":"\u003cboolean\u003e","show_social_share_buttons":"\u003cboolean\u003e"},"questions":[{"field_name":"country","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e"},{"field_name":"comments","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e"}],"approve_type":1,"custom_questions":[{"title":"\u003cstring\u003e","type":"single_dropdown","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e","answers":["\u003cstring\u003e","\u003cstring\u003e"]},{"title":"\u003cstring\u003e","type":"single_dropdown","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e","answers":["\u003cstring\u003e","\u003cstring\u003e"]}]}