API Reference · Events
Retrieve an event
Fetches an event by id.
GET
/v1/events/:idUseful when a webhook delivery failed and you want to inspect the original payload.
Returnsevent object
Path parameters
idstringRequiredEvent id (`evt_…`).
Errors
404
resource_missingNo event exists with that id (or it is older than 30 days and has been purged).