#david2
1 messages · Page 1 of 1 (latest)
Yes there is I think. If you use our list all events API call, you can filter for successful deliveries. https://stripe.com/docs/api/events/list#list_events-delivery_success
I think you can also filter by object but I forget exactly how
One moment as I test
There we go, the parameter's name is object_id
So if you list all events with delivery_success=true and object_id=re_XYZ, that will tell you if events for that object have been successfully delivered
ah cool, thanks. The going back up to 30 days seems a bit limiting, is there a separate "archival" endpoint or is that just a hard api limit?