List Events
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptionalDefault:
Page number (default: 1)
1limitinteger · max: 100OptionalDefault:
Number of events per page (default: 10, max: 100)
10performerstringOptional
Filter by performer slug
marketplaceintegerOptional
Filter by marketplace ID
countryCodestringOptionalExample:
Filter by country code(s). Multiple values as comma-separated ISO 3166-1 alpha-2 codes (e.g. DE,AT,CH). Only events in the given countries are returned.
DE,AT,CHdateFromstring · dateOptionalExample:
Filter events with event date on or after this date (inclusive). Format Y-m-d (e.g. 2025-01-01).
2025-01-01dateTostring · dateOptionalExample:
Filter events with event date on or before this date (inclusive). Format Y-m-d (e.g. 2025-12-31).
2025-12-31sortstring · enumOptionalDefault:
Sort order for the event list. By event date (date_asc, date_desc) or by event ID (id_asc). Default is id_asc.
id_ascPossible values: Responses
200
List of events
application/json
400
Invalid pagination or filter parameters
application/json
get
/eventsLast updated