Skip to main content
An event is Natural’s record that something happened on your account: each one names what occurred and carries a point-in-time snapshot of the resource it describes. Events are what Webhooks deliver to your server; the endpoints below let you list and fetch the same events on demand.

The event object

The API returns events as standard resources. The eventType attribute names what happened, and the resource snapshot lives at payload.object:
Webhook deliveries carry the same event in a flat body: there, type names the event and the snapshot lives at data.object. See Webhooks for the delivery format, signature verification, and retries. The Event catalog documents every event type and the full snapshot payload it carries.