NotificationEventAttempt
objectresponseCodeinteger
The HTTP response code from webhook
Example:500
responseBodystring
The response body from webhook
attemptTimestring
The timestamp of attempt sent to webhook
Example:2023-12-18T20:38:59Z
Example
NotificationList
objectnotificationEventsarray[object]
Show Child Parameters
totalPagesinteger
Default:0
Example
ResendRegistrationResponse
objectFailed Notification details
notificationIdstring
The notification ID returned by the POST /v1/notifications/{notificationId}/retry-notifications endpoint
Example:c673eb32-82c6-42fc-9c74-54498ce4eb4e
notificationStatusstring
The status of the notification
Example:SENT
detailsstring
The description of the error
Example:Retry successful
Example
CreateWhitelistWebhookDomainRequest
objectDetails for adding a webhook domain to be whitelisted
webhookDomainstringrequired
The domain to be whitelisted
Example:example.com
Example
CreateWhitelistWebhookDomainResponse
objectNew webhook domain details, containing the id attribute
webhookDomainIdstring(uuid)required
The webhook domain ID returned by the POST /webhook-domains endpoint
Example:b93d14a0-6073-442a-aa1f-57a51664671a
webhookDomainstringrequired
The domain to be whitelisted
Example:example.com
Example