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 Prerequisites:
* The account must be a paid account. Scopes: Rate Limit Label: me
value for the accountId
path parameter. account:read:admin
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>"
]
}
]
} |
ENDPOINTS