OBJECT
SubscriptionTypeV2
Description
The event or audit subscription information to which the webhook is subscribed.
link GraphQL Schema definition
- type SubscriptionTypeV2 {
- # The event subscription information.
- EventSubscription :
- # The audit subscription information.
- AuditSubscription :
- }