Retrieves an event by ID.
Rye API key
The event
Unique identifier for the event. This can be used as an idempotency key to avoid double-processing of the same underlying event.
"evt_1234567890"
event Description of the event.
Refer to types of events for a list of possible values.
checkout_intent.offer_retrieved, checkout_intent.offer_failed, checkout_intent.completed, checkout_intent.order_failed "checkout_intent.offer_retrieved"
Timestamp of when the event was created.
"2026-03-25T00:00:00Z"
A reference to the object which triggered the event.
You should use the API to fetch the full object details.
The event data payload. The concrete shape depends on source.type.
Refer to webhook event types
for the payload shape associated with each source.type.