v1

latestOpenAPI 3.0.02026-07-243678114.1 KB
Events

List Events for an Organization

The List Events for an Organization endpoint allows you to retrieve a list of events associated with your organization. These events correspond to the same data received via webhooks, providing you with access to historical event records. This is useful for auditing purposes or in case of connection loss, ensuring you can always review actions such as subscription management, payment transactions, and plan creation.

get/v1/events

Query parameters

afterstring

Filters events to include only those that occurred after the specified timestamp.

beforestring

Filters events to include only those that occurred before the specified timestamp.

limitinteger

Specifies the maximum number of events to be included in the API response.

pageinteger

Indicates the page number of the results to be retrieved.

sincestring

Filters events to include only those that occurred on or after the specified timestamp.

sort'asc' | 'desc'

Specifies the sorting order for the returned events.

untilstring

Filters events to include only those that occurred on or before the specified timestamp.

Response

OK

errorboolean