Skip to main content

WebhookTestResponse

Schema for webhook test response

successSuccess (boolean)required
test_idTest Id (string)required
payload_sent objectrequired
property name*any
messageMessage (string)required
response_status_code object
anyOf
integer
response_time_ms object
anyOf
number
error object
anyOf
string
WebhookTestResponse
{
"success": true,
"test_id": "string",
"payload_sent": {},
"message": "string",
"response_status_code": 0,
"response_time_ms": 0,
"error": "string"
}