Admin webhooks
Delete webhook endpoint (admin)
Admin variant of DELETE /v1/webhooks/endpoints/:id. Soft-deletes the endpoint — deliveries stop immediately. The record is preserved for audit.
curl -X DELETE "https://api.miracle.com/v1/admin/webhook-endpoints/string"Empty
Empty
Create webhook endpoint (admin)
Admin variant of POST /v1/webhooks/endpoints. Creates a webhook endpoint at the tenant or platform level based on the caller context. Signing secret is returned ONCE in this response — store it securely. URL must use HTTPS.
Get webhook endpoint (admin)
Admin variant of GET /v1/webhooks/endpoints/:id. Returns a single endpoint by ID. The signing secret is never returned on read.