Skip to content

List tickets via AMI ​

GET
/v1/internal/ami/tickets

Get a list of tickets. Used by AMI for ticket management. Restricted to ADMIN and PRODUCT_MANAGEMENT roles.

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_validfrom

ticket_validfrom (yyyy-mm-dd)

Type
string
Examplenull
ticket_validuntil

ticket_validuntil (yyyy-mm-dd)

Type
string
Examplenull
face_value

face_value for end-customer

Type
string
Examplenull
stock

available stock

Type
string
Examplenull
venue_id

venue_id

Type
string
Examplenull
event_id

event_id

Type
string
Examplenull
ticket_id

XS2Event ticket identifier. Supports exact id or in:[id1,id2] syntax.

Type
string
Example"7263883361d3411b8a85eb3a8f5c7988_tck"
ticket_type

Enum: eticket, appticket, paper-ticket, collection-stadium, eticket_with_pickup, other

Type
string
Examplenull
ticket_status

Enum: available, disabled, error, returned, on_request

Type
string
Examplenull
city

city

Type
string
Examplenull
supplier_type

supplier type

Type
string
Examplenull
supplier_id

supplier id

Type
string
Examplenull
organiser_id

organiser id

Type
string
Examplenull
category_id

category id

Type
string
Examplenull
sport_type

Enum: soccer, motorsport, tennis, rugby, darts, horseracing, boxing, other, motogp, formula1, cricket, basketball, combatsport, icehockey, nba, nfl, mlb, watersport, dtm, indycar, superbike, padel, handball, golf, rowing, cycling, sailing

Type
string
Valid values
"soccer""motorsport""tennis""rugby""darts""horseracing""boxing""other""motogp""formula1""cricket""basketball""combatsport""icehockey""nba""nfl""mlb""watersport""dtm""indycar""superbike""padel""handball""golf""rowing""cycling""sailing"
Examplenull
tournament_id

tournament id

Type
string
Examplenull
sub_category

sub category such as sun_regular or weekend_youth

Type
string
Examplenull
category_type

Enum: grandstand, generaladmission, busparking, carparking, camping, transfer, hospitality, offsite_hospitality, extras

Type
string
Examplenull
show_deleted

show deleted tickets

Type
string
Examplenull
ticket_validity

Enum: singleday, twoday, other, weekend, fourday

Type
string
Examplenull
vat_category

Enum: high, low, middle, none, rc

Type
string
Example"high"
updated

Updated datetime to filter on, as string with optional operator prefix (e.g. ge:2025-01-01 or 2025-01-01T12:00:00)

Type
string
Examplenull
created

Created datetime to filter on, as string with optional operator prefix (e.g. ge:2025-01-01 or 2025-01-01T12:00:00)

Type
string
Examplenull
include_youth

Include youth/children tickets. Excluded by default.

Examplenull
Default
null

Responses​

OK

application/json
JSON
{
  
"tickets": [
  
  
{
  
  
  
"ticket_id": null,
  
  
  
"category_id": null,
  
  
  
"external_ticket_id": null,
  
  
  
"event_id": null,
  
  
  
"supplier_id": null,
  
  
  
"organiser_id": null,
  
  
  
"ticket_title": null,
  
  
  
"type_ticket": null,
  
  
  
"ticket_type": null,
  
  
  
"ticket_status": null,
  
  
  
"ticket_validity": null,
  
  
  
"ticket_targetgroup": null,
  
  
  
"sub_category": null,
  
  
  
"ticket_validfrom": null,
  
  
  
"ticket_validuntil": null,
  
  
  
"release_date": null,
  
  
  
"latest_sale_date": null,
  
  
  
"last_checked": null,
  
  
  
"locked_by_client_id": null,
  
  
  
"organiser_price": null,
  
  
  
"organiser_price_eur": null,
  
  
  
"xs2event_price": null,
  
  
  
"xs2event_price_eur": null,
  
  
  
"cost_price": 0,
  
  
  
"cost_price_eur": 0,
  
  
  
"face_value": 0,
  
  
  
"face_value_eur": 0,
  
  
  
"sales_price": 0,
  
  
  
"sales_price_eur": 0,
  
  
  
"margins_applied": false,
  
  
  
"supplier_quantity": 0,
  
  
  
"backorder_quantity": 0,
  
  
  
"available_quantity": 0,
  
  
  
"reservations_quantity": 0,
  
  
  
"xs2event_stock": 0,
  
  
  
"currency_code": null,
  
  
  
"discount_percentage": 0,
  
  
  
"event_name": null,
  
  
  
"flags": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"pairs_only": null,
  
  
  
"package_rate": false,
  
  
  
"sales_periods": [
  
  
  
],
  
  
  
"service_fee": null,
  
  
  
"service_feevat": null,
  
  
  
"number_of_tickets_sold": null,
  
  
  
"number_of_bookingorders": null,
  
  
  
"countries_disabled": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"distributors_disabled": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"vat_category": null,
  
  
  
"is_xs2event_supplier": null,
  
  
  
"ticket_source": null,
  
  
  
"is_relisted_ticket": false,
  
  
  
"fxratemoment_id": null,
  
  
  
"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
  
  
}
  
],
  
"pagination": {
  
  
"total_size": 1,
  
  
"page_size": 50,
  
  
"page_number": 1,
  
  
"next_page": "string",
  
  
"previous_page": "string"
  
}
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​