Fetch a webhook delivery
Authorizations
OAuth 2.0 client_credentials grant. Send client_id:client_secret
as HTTP Basic, or as form fields. Tokens are HS256 JWTs valid for
one hour (configurable). Decode them at jwt.io.
Path Parameters
Response
ok
Discriminator naming the shape of this resource (e.g. account, transaction).
webhook_delivery "account"
How many HTTP attempts this row has made (0 for pending).
Public delivery state. Internally the DB also carries a
dead value for terminal failures after all retries
exhausted; the API collapses that to failed.
pending, succeeded, failed How this delivery was created.
event, redelivery, test_send "POST"
Outgoing request headers as sent to the integrator's
endpoint. Sensitive headers (authorization, *secret*,
cookie) are redacted to [redacted]. The
Kordio-Signature header is preserved because it's an
HMAC value, not a key.
For enqueue_kind: redelivery, the source delivery id.