webhookSubscriptionDeleteResponse
subscriptionIdstringrequired
>= 1 characters
Example:D2IOuPcAq9s3sZ1pt3jW7
urlstring(url)required
The URL to send new lead notifications to.
Example:https://example.com/webhook
statusstringrequired
The status of the subscription.
Allowed values:ACTIVEINACTIVE
createdAtstring(date-time)required
Example:2025-01-01T10:00:00Z
updatedAtstring(date-time)required
Example:2025-01-01T10:00:00Z
messagestringrequired
Example:Subscription deleted successfully
Example
webhookSubscriptionListResponse
objectmetadataobjectrequired
Show Child Parameters
itemsarray[object]required
Example:{"subscriptionId":"550e8400-e29b-41d4-a716-446655440000","url":"https://example.com/webhook","status":"ACTIVE","createdAt":"2025-01-01T10:00:00Z","updatedAt":"2025-01-01T10:00:00Z"}
Show Child Parameters
Example
subscriptionStatus
stringThe status of the subscription.
Allowed values:ACTIVEINACTIVE
subscriptionId
string>= 1 characters
Example
webhookAuditRecentEventsLimit
integerMaximum recent webhook notifications to be returned.
Max value is 100 notifications and default value is 10.
Default:10
>= 1<= 100