Webhooks API
Dashboard endpoint management and delivery inspection.
These Dashboard endpoints require a merchant JWT and X-Project-Id.
| Method | Path | Purpose |
|---|---|---|
POST | /webhooks/endpoints | Register a URL; secret returned once |
GET | /webhooks/endpoints | List endpoint metadata |
DELETE | /webhooks/endpoints/:id | Deactivate an endpoint |
POST | /webhooks/endpoints/:id/rotate-secret | Return a new one-time secret and key ID |
POST | /webhooks/test | Queue integration.test |
GET | /webhooks/deliveries | Inspect status, attempts, and HTTP response |
POST | /webhooks/deliveries/:id/redeliver | Reopen a failed delivery cycle |
These management endpoints are not a substitute for verifying received webhook signatures.