List all events
Returns a list of events with pagination (20 events per page). The events are sorted by creation date, with the most recent event appearing first.
GET
/api/v1/events
curl \
--request GET 'https://api.1099policy.com/api/v1/events'
Response examples (200)
{
"$ref": "#/components/examples/events"
}