Skip to main content
GET
Every attempted delivery to an endpoint — successful, retrying, or dead — is recorded here. Use this to debug a missed event instead of guessing whether TrueFan ever sent it.
string
required
string
required
Bearer {api_key}
integer
default:"1"
integer
default:"50"
Capped at 100.

Response fields

string
pending, delivered, retrying, or dead. dead means every retry (up to 6 attempts, over roughly an hour) failed — see Webhooks guide.
integer | null
The HTTP status your endpoint returned on the most recent attempt.
If a delivery is dead, the event itself isn’t lost — fetch the current state directly via Get bulk job status using the bulk_job_id from the delivery’s original payload.