-
Notifications
You must be signed in to change notification settings - Fork 4
POST GET hook delay {seconds}
Igor Balos edited this page Jun 19, 2018
·
4 revisions
This endpoint let's you return a delayed response after X seconds.
Example CURL webhook request - http response 500, response delay 3 seconds
curl -X GET 'http://localhost:8888/hook/delay/2'
Example request response
{
"Message":"Delayed response for 2 seconds."
}
Sinhook web hook testing app.