Webhooks
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Webhooks
Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.
9 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.
Method & path | Idem | Explanation |
|---|---|---|
| Endpoints with their failure streak, plus the event catalog and retry schedule. | |
| Create an endpoint. The signing secret is returned once here. | |
| Change the URL, the subscribed events, or re-enable a disabled endpoint. | |
| Delete an endpoint and its delivery history. | |
| Reveal the signing secret. Owner or admin, and audited before it is returned. | |
| Mint a new signing secret. Old-secret verifiers start failing immediately. | |
| The delivery log, with the payload sent and the response received. | |
| Queue a fresh attempt for an event. A new row; the failed one is kept. | |
| Send a synthetic webhook.test event to one endpoint. Records a real delivery; never fanned out. |