-
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
Endpoint
/hook/delay/{seconds} - POST/GET
Description
This endpoint let's you return a delayed response after X seconds.
Example
Request
curl -X GET 'http://localhost:8888/hook/delay/2'
Response
{
"Message":"Delayed response for 2 seconds."
}
Sinhook web hook testing app.