Skip to content
Search
K
Main Navigation
Uptime
Portal
Appearance
Menu
Return to top
On this page
Get bookingorder
GET
/v1/bookingorders/{bookingorder_id}
Authorizations
api_key
Type
API Key (header: X-Api-Key)
Parameters
Path Parameters
bookingorder_id
*
XS2event ID of the Bookingorder
Type
string
Required
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"booking_id"
:
"1b97adfc8a3a4fe4ad13b58f40372cca_bkn"
,
"bookingorder_id"
:
"3fa6eb7f123a4f5ab2c9d8e7a6b7c9d0_bor"
,
"event_id"
:
"dd82ecd6931749819942c4aff9dd23cb_evt"
,
"created"
:
"2025-04-20T12:00:00"
,
"distributor_id"
:
"b05f667dcaa843bd8c171c522217eb81_dst"
,
"accepted_gt"
:
true
,
"marketing_optin"
:
false
,
"mass_booking_allowed"
:
true
,
"api_booking"
:
true
,
"offline_booking"
:
false
,
"booking_code"
:
"CODE123"
,
"zip_sha"
:
null
,
"guestdata_status"
:
"waitingfordistributor"
,
"max_pdfs_per_ticket"
:
5
,
"distributorfinancial_status"
:
"paid"
,
"logistic_status"
:
"processing"
,
"event_name"
:
"Concert X"
,
"payment_method"
:
"card"
,
"payment_reference"
:
"8c4a2b9d123e4f5a876c5d4e3f2b1a09_pay"
,
"booking_reference"
:
"9d8c7b6a5f4e3d2c1b0a9f8e7d6c5b4a_ref"
,
"parent_id"
:
"1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d_bkn"
,
"client_id"
:
"5edec2b99b1b4c449a8ca2b1d6e4723e_cli"
,
"booking_email"
:
"user@example.com"
,
"notify_client_status"
:
"completed"
,
"invoices"
:
[
"string"
]
,
"is_test_booking"
:
false
,
"items"
:
[
{
"activated"
:
"2025-04-24T12:00:00"
,
"category_id"
:
"7df2fbc7f06e4985be92fb263b1f9c63_ctg"
,
"category_name"
:
"Gold Stand"
,
"currency"
:
"EUR"
,
"distribution_channel"
:
"xs2event"
,
"download_items"
:
[
{
"download_link"
:
"https://.../download.pdf"
,
"external_activation_link"
:
"https://.../activate"
,
"ticket_sha"
:
"abc123"
,
"downloaditem_id"
:
"1bdae1eafa3b4ff2907f48637ee03095_dli"
,
"activated"
:
"2025-04-24T12:00:00"
,
"label"
:
"e-ticket"
}
]
,
"download_link"
:
"https://.../download.pdf"
,
"external_activation_link"
:
"https://.../activate"
,
"face_value"
:
5000
,
"face_value_eur"
:
5500
,
"face_value_local"
:
6000
,
"face_value_target"
:
6500
,
"guest"
:
{
"first_name"
:
"John"
,
"last_name"
:
"Doe"
,
"passport_number"
:
"ABC123456"
,
"contact_email"
:
"user@example.com"
,
"contact_phone"
:
"+31123456789"
,
"lead_guest"
:
true
,
"date_of_birth"
:
"1991-01-30"
,
"gender"
:
"male"
,
"country_of_residence"
:
"NLD"
,
"street_name"
:
"Hereweg 95"
,
"additional_street_name"
:
"e"
,
"city"
:
"Groningen"
,
"zip"
:
"9721AA"
,
"province"
:
"Groningen"
,
"guest_id"
:
null
,
"conditions"
:
{
"additionalProperties"
:
"string"
}
}
,
"local_currency"
:
"USD"
,
"net_rate"
:
4000
,
"orderitem_id"
:
"f3c67de9087d48aa9a5b7aa4e2d75b01_oit"
,
"quantity"
:
2
,
"row"
:
"A"
,
"sales_price"
:
7000
,
"sales_price_eur"
:
7500
,
"sales_price_local"
:
8000
,
"sales_price_target"
:
8500
,
"salesprice"
:
7000
,
"seat"
:
"12"
,
"section"
:
"East Wing"
,
"sub_category"
:
"adult"
,
"target_currency"
:
"USD"
,
"ticket_currency"
:
"EUR"
,
"ticket_id"
:
"a5cf8e7b39c14aeba4de30a8f67b9e23_tck"
,
"ticket_name"
:
"VIP Ticket"
,
"ticket_sha"
:
"abc123"
,
"ticket_startdate"
:
"2025-05-01"
,
"ticket_status"
:
"completed"
,
"ticket_stopdate"
:
"2025-05-02"
,
"ticket_targetgroup"
:
"regular"
,
"ticket_validity"
:
"singleday"
,
"type_ticket"
:
"eticket"
,
"number_of_pdfs"
:
1
}
]
}
GET
/v1/bookingorders/{bookingorder_id}
Playground
Server
Select a server...
Authorization
api_key
Variables
Key
Value
bookingorder_id
*
Try it out
Samples