One delivery, with every attempt that was made
GET/admin/webhooks/:id
The trail is newest first and bounded at ten entries — enough to see what a backend has been answering, without the row growing without limit.
payload is the exact body that was POSTed, or would have been. target_host
is the HOST of the endpoint and never the URL: a casino's webhook may carry a
token in its path or query, and this screen is readable with one permission.
A delivery belonging to another casino is a 404, not a 403 — the answer
must not confirm the id exists.
Permission: webhooks.read
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 503
The delivery
X-Tenant-Id is missing, or the id is not a number
No session cookie, or it expired
The role lacks webhooks.read, or the caller is not a member of this casino
No such delivery for this casino
No delivery store on this instance