X-API-Key
curl 'https://api.puntersedge.online/v1/webhooks/YOUR_WEBHOOK_ID/deliveries' \
-H 'X-API-Key: YOUR_KEY'
| Name | In | Type | Required | Description |
|---|---|---|---|---|
webhook_id |
path | string | yes |
Status codes: 200, 401, 402, 422, 429, 500. Response bodies are JSON; the full schema is in /openapi.json.
GET /v1/webhooks — List WebhooksPOST /v1/webhooks — Create WebhookDELETE /v1/webhooks/{webhook_id} — Delete WebhookPOST /v1/webhooks/{webhook_id}/test — Test WebhookThe free tier needs no credit card, and the sandbox endpoints need no key at all.
Get a free API key Quickstart