OAuth’d as my application, I can see the events that were sent to my webhook subscription.
The event includes the event id and resource id (transfer id).
I can receive multiple events (created, completed, etc) for one resource id.
Meaning I can get:
event id: 1
resource id: 1
event id: 2
resource id: 1
event id: 3
resource id: 1
Is there a way to get all of the events when I just know the resource id?
To go through the list of all webhook events on my subscription is a little tedious.