Retrieve subscriptions
This method allows you to retrieve all webhook subscriptions. You can specify the SubscriptionId as a query parameter to retrieve a specific subscription.
Subscriptions that have been paused will also be returned.
Header Parameters
Authorization token
Type of the data being sent in the request or the data that is expected in the response. Supports application/json.
Query Parameters
(Optional) The id of the webhook subcription you want to retrieve. If omitted, all subscriptions will be returned.
Path Parameters
This is your organization’s MyPreferences account Id.
Response
Response Attributes
System generated read-only value that uniquely identifies the webhook subscription.
Name of the subscription.
Description of the subscription.
LocaleId used to return localized name and description for the event.
URL associated with the subscription to receive POST requests for events. Only secure (htttps) URL's are supported.
Collection of event subscriptions.
The status of the subscription whether it's active and sending notifications, paused, or inactive.
ActivePausedIf set to true, the event notifications will only include the main event information without any data associated with it. Receiving systems must retrieve the data by other means.
Indicates whether the webhook subscription is active or not.
If set to true, the system delivers events generated during the paused period, up to a maximum of 15 days, prior to resumption.
Type Name associated with an active AlternateId Type. If available, will be returned instead of the profileId.