Event objects represent something that happened in your account. They are created whenever a significant action occurs, such as a payment succeeding or a customer being updated. Events are the mechanism that powers webhooks — each event is delivered to every active webhook endpoint that subscribes to its type.Documentation Index
Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
List all Events
Returns a paginated list of events, optionally filtered by type. Events are returned in reverse chronological order.
Retrieve an Event
Retrieves the details of a previously created event.