Get one delivery, with the envelope we sent
Returns a single delivery, including the outbound envelope when it was
persisted (deliveries created before 2026-05 may not have one), and a
best-effort hookdeck block with the individual attempts.
If the attempts cannot be fetched, the response is still 200 and
carries hookdeckError instead of failing the request.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Delivery identifier. May contain slashes (e.g. del_qrcode/cash-in:...).
Headers
Response
Canonical event name. Inferred from eventId for deliveries recorded before it was persisted.
The outbound payload we sent. Absent for deliveries recorded before 2026-05.
Best-effort enrichment with the individual attempts.
Present instead of (or alongside) hookdeck when the attempts could not be fetched. The request still answers 200.