#thomasst
1 messages · Page 1 of 1 (latest)
You can filter by event types
So just pass up to 20 different event types to the types param
So you could pass all types of a given object
yeah but then I still have to manualy filter out the objects?
What do you mean? If you pass the types, the endpoint will filter those for you
Let's say I want to see all subscription updates for a given subscription ID.
Ah yeah you'd need to filter by that specific id in your code that's true
Really using that endpoint isn't recommended. We always recommend webhooks to get proactively notified of these things so you can handle on the fly
But if this is just a one-off kind of thing, then yeah you'll need to use that endpoint and filter results yourself