API Reference · Events

Retrieve an event

Fetches an event by id.

GET/v1/events/:id

Useful when a webhook delivery failed and you want to inspect the original payload.

Path parameters

idstringRequired

Event id (`evt_…`).

Errors

404
resource_missing

No event exists with that id (or it is older than 30 days and has been purged).