Retrieve an array of existing notification subscriptions.
Responses
Response Body
object
data
array of objects
createDate
string
Required
Date and time the resource was created, in ISO-8601 UTC format.
enabled
boolean
Required
Whether the subscription is enabled. true indicates the subscription is enabled.
endpoint
string
Required
URL of the endpoint subscribing to notifications. Must be enabled to receive notifications.
id
string
Required
System-generated unique identifier of the resource.
name
string
Required
Name of the webhook notification subscription.
notificationTypes
array of anys
The notification types on which a notification will be sent.
restricted
boolean
Whether the webhook is restricted to specific notification types. An unrestricted webhook will notify on all notification types. A restricted webhook will only notify on the notification types in the notificationTypes field.
updateDate
string
Required
Date and time the resource was last updated, in ISO-8601 UTC format.