WebhookInfo
urlstringrequired
URL that events will be sent to
Example:
https://webhook.mehasCustomCertificatebooleanrequired
Whether a self-signed certificate is set for the webhook
Example:
truependingUpdateCountinteger
Number of available unreceived events
Example:
5lastErrorDatestring<date-time>
Date and time of the last failed webhook request
Example:
2024-02-26T18:58:36.154+03:00lastErrorMessagestring
Error message from the last failed webhook request
Example:
500 Internal server errorWebhookInfo
{
"url": "https://webhook.me",
"hasCustomCertificate": "true",
"pendingUpdateCount": "5",
"lastErrorDate": "2024-02-26T18:58:36.154+03:00",
"lastErrorMessage": "500 Internal server error"
}