Get webinar's session branding
GET {{baseUrl}}/webinars/:webinarId/branding
Use this API to get the webinar's Session Branding information. Session branding lets hosts visually customize a webinar by setting a webinar wallpaper that displays behind video tiles. Session branding also lets hosts set the Virtual Background for and apply name tags to hosts, alternative hosts, panelists, interpreters, and speakers.
Prerequisites:
- A Pro or higher plan with the Webinar add-on.
- The
Webinar Session Branding setting enabled.
Scopes:
webinar:read
,
webinar:read:admin
Rate Limit Label
:
Light
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"wallpaper":{"id":"\u003cstring\u003e"},"virtual_backgrounds":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","is_default":"\u003cboolean\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","is_default":"\u003cboolean\u003e"}],"name_tags":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","text_color":"\u003cstring\u003e","accent_color":"\u003cstring\u003e","background_color":"\u003cstring\u003e","is_default":"\u003cboolean\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","text_color":"\u003cstring\u003e","accent_color":"\u003cstring\u003e","background_color":"\u003cstring\u003e","is_default":"\u003cboolean\u003e"}]}