Legacy date-range list endpoint — use List Events for new integrations
This endpoint returns a list of events that fall within the specified date range. You can optionally filter events by location.Documentation Index
Fetch the complete documentation index at: https://docs.flashquotes.com/llms.txt
Use this file to discover all available pages before exploring further.
2024-01-01T00:00:00-05:00)GET /events| Legacy parameter | v2 equivalent |
|---|---|
event_starts_after (required) | service_start_time[gte] (optional) |
event_starts_before (required) | service_start_time[lt] (optional) |
| (7-day cap) | No range cap — use limit (default 10, max 100) and starting_after to page |
location filter | location_id query parameter |
{ object: "list", url, hasMore, data }) rather than the legacy wrapped array.API key for authentication
ISO 8601 date-time with timezone (e.g., 2024-01-01T00:00:00-05:00)
ISO 8601 date-time with timezone (e.g., 2024-01-08T00:00:00-05:00)
Events retrieved successfully