SeatDataDocs

Download daily event CSV

GET/v0.5/daily-csv/download

Download 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

Authorization

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"