Webinar Subscriptions
Create Webinar Subscription
Creates a new webinar subscription for the current authorized user / client application.
post/webinar/notifications/v1/subscriptions
Request body
Example request
{
"expiresIn": 1200,
"deliveryMode": {
"address": "https://acme.com/myservice/webhook"
}
}Response
Successful response
Example response
{
"id": "95fecfc9-9cdc-4e94-a78a-89fd65889d37",
"deliveryMode": {
"address": "https://acme.com/myservice/webhook"
}
}