Sends a test event to the configured webhook endpoint and returns the delivery result.
cURL
curl --request POST \ --url https://api.rendobar.com/webhooks/test
{ "data": { "delivered": true, "statusCode": 123, "responseTimeMs": 123 } }
Test delivery result
Show child attributes
Was this page helpful?