Events API
List and read events, venues, sessions, and ticket types.
Status: placeholder. Expand as the API matures.
Pylon's Events API exposes the read paths partners need to surface events on their own surfaces.
GET /api/v1/events— list published events with filters.GET /api/v1/events/{id}— read a single event.
See the full list of Events operations in the sidebar under the Events tag.
Filtering and pagination
All list endpoints support page, pageSize, sort, and q. Specific filters are documented per endpoint in the reference.
Caching
Event data changes infrequently. Partners are encouraged to cache responses for at least 60 seconds.