Skip to content

Generate tickets list (admin & supplier) ​

GET
/v1/admin/xs2event/generatetickets

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Query Parameters

sorting
Type
string
Default
null
page_size

Number of items per page

Type
integer
Default
50
page

Current page

Type
integer
Default
1
ticket_id
Type
string
event_id
Type
string
supplier_id
Type
string
organiser_id
Type
string
ticket_validfrom
Type
string
ticket_validuntil
Type
string
stocklevel
Type
string
purchaseorder_status
Type
string
tournament_id
Type
string
hometeam_id
Type
string
category_id
Type
string
booking_code
Type
string
bookingorder_id
Type
string
purchaseorder_id
Type
string
reference_number
Type
string
release_date
Type
string

Responses​

OK

application/json
JSON
{
  
"events": [
  
  
{
  
  
  
"event_id": "5d3b8b1c916f4a158dc736dc8ef7c97a_evt",
  
  
  
"event_name": "Arsenal FC vs Luton Town",
  
  
  
"date_start": "2026-09-15T19:30:00",
  
  
  
"date_stop": "2026-09-15T21:15:00",
  
  
  
"event_status": "soldout",
  
  
  
"tournament_id": "6652b082b6d64e92af2794fb1e352e86_trn",
  
  
  
"tournament_name": "Premier League",
  
  
  
"venue_id": "7552e5ca74124757be3f4b0dc1687aa9_vnx",
  
  
  
"venue_name": "Emirates Stadium",
  
  
  
"location_id": "2326aaa6494c401ba94e8bf9c0b5de44_ddr",
  
  
  
"city": "London",
  
  
  
"iso_country": "GBR",
  
  
  
"latitude": "51.555",
  
  
  
"longitude": "-0.108611",
  
  
  
"sport_type": "soccer",
  
  
  
"season": "25/26",
  
  
  
"tournament_type": "league",
  
  
  
"date_confirmed": true,
  
  
  
"date_start_main_event": "2026-09-15T19:30:00+00:00",
  
  
  
"date_stop_main_event": "2026-09-15T21:15:00+00:00",
  
  
  
"hometeam_id": "3eae14a18975444a8af9d35f4e978f0e_tms",
  
  
  
"hometeam_name": "Arsenal FC",
  
  
  
"visiting_id": "12c3564d227044f4a22ea29b3fe806fa_tms",
  
  
  
"visiting_name": "Luton Town",
  
  
  
"created": "2026-09-01T07:08:25",
  
  
  
"updated": "2026-09-01T00:30:31",
  
  
  
"event_description": "Top of the table clash in London.",
  
  
  
"min_ticket_price_eur": 50,
  
  
  
"max_ticket_price_eur": 150,
  
  
  
"slug": "premier-league-arsenal-fc-vs-luton-town-2324-5d3b8",
  
  
  
"number_of_tickets": 50000,
  
  
  
"sales_periods": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"is_popular": true,
  
  
  
"date_visibility": "show_datetime",
  
  
  
"categories": [
  
  
  
  
{
  
  
  
  
  
"ticket_id": null,
  
  
  
  
  
"category_id": null,
  
  
  
  
  
"sub_category": null,
  
  
  
  
  
"external_ticket_id": null,
  
  
  
  
  
"ticket_title": null,
  
  
  
  
  
"type_ticket": null,
  
  
  
  
  
"ticket_status": null,
  
  
  
  
  
"flags": [
  
  
  
  
  
  
"string"
  
  
  
  
  
],
  
  
  
  
  
"ticket_validuntil": null,
  
  
  
  
  
"ticket_validfrom": null,
  
  
  
  
  
"ticket_validity": null,
  
  
  
  
  
"organiser_price": null,
  
  
  
  
  
"organiser_vat": null,
  
  
  
  
  
"xs2event_price": null,
  
  
  
  
  
"xs2event_vat": null,
  
  
  
  
  
"supplier_quantity": 0,
  
  
  
  
  
"backorder_quantity": 0,
  
  
  
  
  
"available_quantity": 0,
  
  
  
  
  
"currency_code": null,
  
  
  
  
  
"event_id": null,
  
  
  
  
  
"supplier_id": null,
  
  
  
  
  
"xs2event_stock": 0,
  
  
  
  
  
"net_rate": null,
  
  
  
  
  
"face_value": null,
  
  
  
  
  
"created": null,
  
  
  
  
  
"updated": null,
  
  
  
  
  
"supplier_terms": null,
  
  
  
  
  
"category_information_available": null,
  
  
  
  
  
"last_modified": null,
  
  
  
  
  
"supplier_role": null,
  
  
  
  
  
"discount_percentage": null,
  
  
  
  
  
"event_name": "",
  
  
  
  
  
"pairs_only": null,
  
  
  
  
  
"service_fee": null,
  
  
  
  
  
"service_feevat": null,
  
  
  
  
  
"number_of_tickets_sold": 0,
  
  
  
  
  
"number_of_bookingorders": 0,
  
  
  
  
  
"ticket_targetgroup": null,
  
  
  
  
  
"organiser_id": null,
  
  
  
  
  
"countries_disabled": [
  
  
  
  
  
  
"string"
  
  
  
  
  
],
  
  
  
  
  
"countries_enabled": [
  
  
  
  
  
  
"string"
  
  
  
  
  
],
  
  
  
  
  
"distributors_disabled": [
  
  
  
  
  
  
"string"
  
  
  
  
  
],
  
  
  
  
  
"distributors_enabled": [
  
  
  
  
  
  
"string"
  
  
  
  
  
],
  
  
  
  
  
"vat_category": null,
  
  
  
  
  
"organiser_price_eur": null,
  
  
  
  
  
"xs2event_price_eur": null,
  
  
  
  
  
"latest_sale_date": null,
  
  
  
  
  
"ticket_source": null,
  
  
  
  
  
"last_checked": null,
  
  
  
  
  
"sales_periods": [
  
  
  
  
  
  
"string"
  
  
  
  
  
],
  
  
  
  
  
"release_date": null,
  
  
  
  
  
"cost_price_eur": null,
  
  
  
  
  
"cost_price": null,
  
  
  
  
  
"face_value_eur": null,
  
  
  
  
  
"sales_price_eur": null,
  
  
  
  
  
"sales_price": 100,
  
  
  
  
  
"ticket_yield": {
  
  
  
  
  
  
"yield_strategy": "auto",
  
  
  
  
  
  
"yield_min_price": 10000,
  
  
  
  
  
  
"yield_max_price": 50000,
  
  
  
  
  
  
"currency_code": "EUR",
  
  
  
  
  
  
"diff_from_cheapest": 0,
  
  
  
  
  
  
"enabled": false,
  
  
  
  
  
  
"enabled_supplier_ids": [
  
  
  
  
  
  
  
"string"
  
  
  
  
  
  
],
  
  
  
  
  
  
"disabled_supplier_ids": [
  
  
  
  
  
  
  
"string"
  
  
  
  
  
  
],
  
  
  
  
  
  
"minimum_different_suppliers": 1
  
  
  
  
  
},
  
  
  
  
  
"note": null,
  
  
  
  
  
"package_rate": false
  
  
  
  
}
  
  
  
]
  
  
}
  
],
  
"pagination": {
  
  
"total_size": 1,
  
  
"page_size": 50,
  
  
"page_number": 1,
  
  
"next_page": "string",
  
  
"previous_page": "string"
  
}
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​