Skip to content

Transfa/sendhooks-monitoring

Repository files navigation

Sendhooks Engine API

Created by @gjivaros

API Testing with Curl

Use curl to test the API endpoints:

Post New Hook

Create a new webhook:

curl --location --request POST 'http://localhost:5001/api/send' \
--header 'Content-Type: application/json' \
--data-raw '{
  "status": "success",
  "created": "12-02-2022"
}'