Webinar Subscriptions
List Webinar Subscriptions
Returns a list of webinar subscriptions created by the user for the current authorized client application.
get/webinar/notifications/v1/subscriptions
Response
List of Subscriptions
Example response
{
"records": [
{
"id": "95fecfc9-9cdc-4e94-a78a-89fd65889d37",
"deliveryMode": {
"address": "https://acme.com/myservice/webhook"
}
}
]
}