Transfa / sendhooks-monitoring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
}'

About


Languages

Language:TypeScript 95.7%Language:CSS 1.9%Language:Dockerfile 1.8%Language:JavaScript 0.4%Language:Shell 0.3%