Notification deliveries
Admin homeFailed / pending outbound channel attempts. Destination keys are masked. Retry resets to PENDING for workers — not financial authority.
| Updated | Channel | Status | Attempts | Error | Dest | Action |
|---|
No deliveries in this filter.
curl (operator session cookie + CSRF)
# List failed retryable curl -b cookies.txt 'https://api.example/api/v1/admin/notifications/deliveries?status=FAILED_RETRYABLE&limit=50' # Retry (CSRF required) curl -b cookies.txt -X POST \ -H 'X-CSRF-Token: <token>' \ 'https://api.example/api/v1/admin/notifications/deliveries/<id>/retry'