Moonborn — API
webhooks
Webhook endpoints, secrets, deliveries, replays, event catalog
- GET/v1/webhooksList webhook endpoints in the caller org
- POST/v1/webhooksRegister a webhook endpoint (returns the secret value ONCE)
- GET/v1/webhooks/{id}Fetch a webhook endpoint by id
- PATCH/v1/webhooks/{id}Update url, event subscription, description, or status
- DELETE/v1/webhooks/{id}Archive a webhook endpoint (soft; pending deliveries are dead-lettered)
- GET/v1/webhooks/{id}/deliveriesPaginate the delivery log for an endpoint
- POST/v1/webhooks/{id}/deliveries/{delivery_id}/replayReplay a delivery by enqueueing a new attempt (original row is preserved)
- POST/v1/webhooks/{id}/rotate_secretRotate the HMAC secret (returns the new value ONCE)
- GET/v1/webhooks/eventsList the event types the platform may emit (with payload schema refs)