WebhookPingResultModel
Webhook ping result.
Breaking Changes
No breaking changes.
Examples
- Template
Fill this template out with real values.
{
"delivery_id": "String",
"http_status": "Integer",
"message": "String"
}
Fields
delivery_id
String, Required
Hook execution identifier.
- Valid UUID.
http_status
Integer, Required
HTTP status return code.
- Valid HTTP status code 1xx-5xx or -1. Status -1 means the HTTP call did not succeed/complete.
message
String, Required
Description of ping result.