Skip to content

POST GET hook status {code}

Igor Balos edited this page Jun 19, 2018 · 4 revisions

Endpoint

/hook/status/{code} - POST/GET

Description

This endpoint let's you return a specific HTTP status.

Example

Request

curl -X GET 'http://localhost:8888/hook/status/500'

Response

{
    "Message":"Returned status: 500."
}