The active casino's webhook deliveries, newest first
GET/admin/webhooks
Whether this casino's backend was told that a battle ended, and if not, why not. Every terminal webhook leaves a row here — including the ones that were never sent at all, which is the case this screen exists for: a casino with no endpoint configured used to produce a log line and nothing else.
The filter is delivery_status, spelled out, and not status. Two vocabularies
live on a delivery — the terminal event's (completed, failed, cancelled)
and the delivery's own — and both keep their database names on the wire.
An unknown value is a refusal, not an empty list: a mistyped filter answering zero rows looks exactly like a casino whose webhooks all worked.
Permission: webhooks.read
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 503
The deliveries
X-Tenant-Id is missing, limit is out of range, or delivery_status is not one of the five
No session cookie, or it expired
The role lacks webhooks.read, or the caller is not a member of this casino
No such casino
No delivery store on this instance