Skip to main content
Version: v2

WebhookInfo

urlstringrequired

URL that events will be sent to

Example: https://webhook.me
hasCustomCertificatebooleanrequired

Whether a self-signed certificate is set for the webhook

Example: true
pendingUpdateCountinteger

Number of available unreceived events

Example: 5
lastErrorDatestring<date-time>

Date and time of the last failed webhook request

Example: 2024-02-26T18:58:36.154+03:00
lastErrorMessagestring

Error message from the last failed webhook request

Example: 500 Internal server error
WebhookInfo
{
"url": "https://webhook.me",
"hasCustomCertificate": "true",
"pendingUpdateCount": "5",
"lastErrorDate": "2024-02-26T18:58:36.154+03:00",
"lastErrorMessage": "500 Internal server error"
}