List webhook deliveries
The delivery history for the store’s webhook, newest first, optionally filtered by status. Requires the webhooks:read scope.
A store with no webhook configured is an empty page, not an error.
Authorizations
A store API key, sent as Authorization: Bearer <key>.
A key looks like tbrn_live_ followed by 48 hex characters, e.g. tbrn_live_4f2a...c91b. Mint one in the Taberna dashboard under Developers → API Keys, tick the scopes the integration needs, and copy it there and then — the full value is shown once and only its hash is stored, so a lost key is replaced rather than recovered.
One key belongs to one store and carries a fixed scope set. Send it from a server, never from a browser: it can create orders and invoices and read every order the store has.
Query Parameters
Page to return, 1-based.
1
Rows per page, 1–100.
1 <= x <= 10020
Return only deliveries with this status. Outcome of the delivery so far. pending — queued or being retried, not yet answered with a 2xx. success — your endpoint answered 2xx. failed — the last attempt failed and another retry is scheduled. exhausted — every retry was used up; only failed and exhausted deliveries can be resent.
pending, success, failed, exhausted "failed"