package
0.0.0-20230307034913-3d09e97ac9de
Repository: https://github.com/si3nloong/webhook.git
Documentation: pkg.go.dev
# README
rest API
- Health check - /health
- Get webhook list - /v1/webhooks
- Find webhook by id - /v1/webhook/:id
- Send a webhook - /v1/webhook/send
Get Webhooks
URL: /v1/webhooks
Method: GET
Find Webhook by ID
URL: /v1/webhook/:id
Method: GET
Send Webhook
URL: /v1/webhook/send
Method: POST
Name | Data Type | Description | Required |
---|---|---|---|
url | string | URI | ✅ |
headers | map[string]string | HTTP headers | ❌ |
body | string | HTTP body | ❌ |
retry | uint | Maximum of retries | ❌ |