How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TUI Group Booking/seats API

The booking/seats API from TUI Group — 8 operation(s) for booking/seats.

TUI Group Booking/seats API is one of 113 APIs that TUI Group publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include booking/seats. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 8 operations across 8 paths, and defines 23 schemas. It is described by OpenAPI 3.2.0, at version 4.8.6.23.

Requests are made against 2 base URLs: https://prod.api.tui/flight/newskies/rest, https://playground.api.tui/flight/newskies/rest.

8 operations 8 paths 23 schemas 8 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
4.8.6.23
Base URL
https://prod.api.tui/flight/newskies/rest
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

TUI Group Booking/seats API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (jwt) (JWT). By default, every request must be authenticated.

  • JWT — Paste your JWT token from the token endpoint.

Paths & Operations 8

Across 8 paths, the API surfaces 8 operations — 8 POST. Each is listed below with its method, path, parameters, and response codes.

booking/seats 8
POST
/api/nsk/v1/booking/seats/auto
Auto assigns seats to all selected passengers that do not have them for every journey on the booking. If seatedNearPrimary is empty, all passengers in the state booking will be requested for seat ass…
nsk_v1_booking_seats_auto_post body → 201207
POST
/api/nsk/v1/booking/seats/auto/{primaryPassengerKey}deprecated
Auto assigns seats to all selected passengers that do not have them for every journey on the booking. If seatedNearPrimary is empty, all passengers in the state booking will be requested for seat ass…
nsk_v1_booking_seats_auto_primaryPassengerKey_post 1 param body → 201
POST
/api/nsk/v1/booking/seats/auto/{primaryPassengerKey}/journey/{journeyKey}deprecated
Auto assigns seats to all passengers that do not have them for a specific journey. If seatedNearPrimary is empty, all passengers in the state booking will be requested for seat assignments. Otherwise…
nsk_v1_booking_seats_auto_primaryPassengerKey_journey_journeyKey_post 2 params body → 201
POST
/api/nsk/v1/booking/seats/auto/{primaryPassengerKey}/journey/{journeyKey}/quote
Retrieves the seat fee information of the auto-assigned seats of a passenger on a given journey.
nsk_v1_booking_seats_auto_primaryPassengerKey_journey_journeyKey_quote_post 2 params body → 200404
POST
/api/nsk/v1/booking/seats/auto/{primaryPassengerKey}/segment/{segmentKey}deprecated
Auto assigns seats to all passengers that do not have them for a specific journey's segment. If seatedNearPrimary is empty, all passengers in the state booking will be requested for seat assignments.…
nsk_v1_booking_seats_auto_primaryPassengerKey_segment_segmentKey_post 2 params body → 201400403
POST
/api/nsk/v1/booking/seats/auto/{primaryPassengerKey}/segment/{segmentKey}/quote
Retrieves the seat fee information of the auto-assigned seats of a passenger on a given segment.
nsk_v1_booking_seats_auto_primaryPassengerKey_segment_segmentKey_quote_post 2 params body → 200404
POST
/api/nsk/v1/booking/seats/auto/journey/{journeyKey}
Auto assigns seats to all passengers that do not have them for a specific journey. If seatedNearPrimary is empty, all passengers in the state booking will be requested for seat assignments. Otherwise…
nsk_v1_booking_seats_auto_journey_journeyKey_post 1 param body → 201207
POST
/api/nsk/v1/booking/seats/auto/segment/{segmentKey}
Auto assigns seats to all passengers that do not have them for a specific journey's segment. If seatedNearPrimary is empty, all passengers in the state booking will be requested for seat assignments.…
nsk_v1_booking_seats_auto_segment_segmentKey_post 1 param body → 201207

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are PassengerSeatFee (17 properties), AutoAssignRequestv2 (9 properties), ServiceCharge (9 properties), AutoAssignRequest (8 properties). Each schema is shown below with its type and property counts.

AutoAssignRequest
object
Defines the auto assign seat request.
8 properties
AutoAssignRequestv2
object
Defines the auto assign seat request, v2.
9 properties
TravelClassSeatPreference
integer
Represents a travel class seating preference. 0 = None 1 = Business 2 = Economy 3 = FirstClass
IJsonResponseOfIDictionaryOfStringAndIListOfPassengerSeatFee
object
Defines the JSON response contract.
3 properties
UnitInventoryControlType
integer
Enum indicates the type of hold placed on the seat. 0 = Session 1 = None
Exception
object
4 properties
SeatAssignmentMode
integer
Represents the seat assignment mode. 0 = AutoDetermine 1 = PreSeatAssignment 2 = WebCheckIn
SimpleSeatPreference
integer
Represents a simple seating preference. 0 = None 1 = Window 2 = Aisle 3 = Other
MessageStatus
integer
Defines the message status. 0 = General 1 = Warning 2 = Critical
PassengerSeatFee
object
Passenger seat fee model.
17 properties 1 required
SeatPreference
object
Represents a single seat preference.
3 properties 2 required
FeeType
integer
Enumeration representing all the different fee types. 0 = All 1 = Tax 2 = TravelFee 3 = ServiceFee 4 = PaymentFee 5 = PenaltyFee 6 = SsrFee 7 = NonFlightServic…
AutoAssignSeatFeeQuoteRequest
object
Represents a seat fee quote request for auto-assigned seats.
7 properties
CollectType
integer
Used to identify the collect type of a service charge. 0 = SellerChargeable 1 = ExternalChargeable 2 = SellerNonChargeable 3 = ExternalNonChargeable 4 = Extern…
SeatPreferences
object
Represents the seating preferences base model.
3 properties
ServiceCharge
object
Model that represents the fare service charge information.
9 properties
ErrorResponse
object
Defines a unique error response.
8 properties
FeePricingMode
integer
The fee pricing mode enumeration. 0 = MonetaryOnly 1 = PointsOnly
Message
object
Defines a unique informational message.
5 properties
ChargeType
integer
The type of a service charge. 0 = FarePrice 1 = Discount 2 = IncludedTravelFee 3 = IncludedTax 4 = TravelFee 5 = Tax 6 = ServiceCharge 7 = PromotionDiscount 8…
SeatPreferenceStatus
integer
Defines the seat preference status. 0 = Unknown 1 = Met 2 = NotMet
IJsonResponse
object
Defines the JSON response contract for a not content type response.
3 properties
ChangeOfGaugeDetails
object
Defines the change of gauge details.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tui-group-booking-seats-api-openapi.yml Raw ↑

Other APIs TUI Group publishes across the network.

TUI Group Account API
TUI Group Airline Profile API
TUI Group Air Shopping API
TUI Group APIS Message API
TUI Group Apo API
TUI Group Auth API
TUI Group Availability API
TUI Group Baggage API
TUI Group Bag Tag API
TUI Group Boarding API
TUI Group Boarding Devices API
TUI Group Booking/addons API
Where this information came from

This is an independent, third-party profile of TUI Group Booking/seats API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.