Download daily event CSV
GET
/v0.5/daily-csv/downloadDownload the daily event catalog CSV file. No charge per call (subject to active subscriptions).
Subscription requirements:
- Active API subscription
- Active Daily Event CSV subscription
Date restrictions:
- Defaults to the latest available CSV
- Cannot request dates older than 30 days
AuthorizationBearer <token>
Pass Authorization: Bearer <api_key>. Preferred for new integrations.
In: header
Query Parameters
date?string
Specific date in YYYYMMDD format. Defaults to latest available.
Match
^\d{8}$Response Body
text/csv
application/json
curl -X GET "https://example.com/v0.5/daily-csv/download" \ -H "Authorization: Bearer YOUR_API_KEY""string"Get event-add status GET
Poll for the status of a submitted event-add job. **Job Lifecycle:** - `pending` - Created, waiting to start - `processing` - Actively searching for and adding events - `completed` - Finished successfully with results - `failed` - Error occurred - `timeout` - Took longer than 3 minutes
Rate Limits
How SeatData API rate limits work — discovering your current limits and handling 429 responses.