To programmatically access a single event, you can use events.get . This will return the same event that would be sent to a webhook, however events.get allows you to retrieve an event that already took place.
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from whatβs written here.