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

Endpoint

/hook/{hook_id} - GET

Description

This endpoint let's you retrieve data from the endpoint.

Example

Request

curl -X GET 'http://localhost:8888/hook/20bf06f7-aa94-a3ec-89cd-7710f1e1fc83'

Response

[
 {"Data":"Hello1"}
 {"Data":"Hello2"}
]