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/ssrs API

The booking/ssrs API from TUI Group — 12 operation(s) for booking/ssrs.

TUI Group Booking/ssrs 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/ssrs. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 14 operations across 12 paths, and defines 36 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.

14 operations 12 paths 36 schemas 3 DELETE2 GET8 POST1 PUT

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/ssrs 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 14

Across 12 paths, the API surfaces 14 operations — 3 DELETE, 2 GET, 8 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

booking/ssrs 14
GET
/api/nsk/v1/booking/ssrs
Retrieves the current SSRs added to the booking in state.
nsk_v1_booking_ssrs_get → 200404
POST
/api/nsk/v3/booking/ssrs
Adds SSRs to the booking in state.
nsk_v3_booking_ssrs_post body → 201400409
GET
/api/nsk/v1/booking/ssrs/{ssrKey}
Retrieves the current SSR by key.
nsk_v1_booking_ssrs_ssrKey_get 1 param → 200404
PUT
/api/nsk/v1/booking/ssrs/{ssrKey}
Modifies the SSR note.
nsk_v1_booking_ssrs_ssrKey_put 1 param body → 200400403409
DELETE
/api/nsk/v1/booking/ssrs/{ssrKey}deprecated
Deletes the SSR associated with the specified passenger SSR key.
nsk_v1_booking_ssrs_ssrKey_delete 1 param → 200400409
POST
/api/nsk/v3/booking/ssrs/{ssrKey}
Add an SSR to the booking in state.
nsk_v3_booking_ssrs_ssrKey_post 1 param body → 201400409
DELETE
/api/nsk/v2/booking/ssrs/{ssrKey}
Deletes the SSR associated with the specified passenger SSR key.
nsk_v2_booking_ssrs_ssrKey_delete 1 param → 200400409
POST
/api/nsk/v3/booking/ssrs/availability
Gets the available SSRs that can be added to a booking.
nsk_v3_booking_ssrs_availability_post body → 200400
POST
/api/nsk/v2/booking/ssrs/availabilitydeprecated
Get the ssr's available to add to the booking in state.
nsk_v2_booking_ssrs_availability_post body → 200400403404
POST
/api/nsk/v1/booking/ssrs/bundles/resell
Resells any cancelled SSR bundle to the provided journey on the booking.
nsk_v1_booking_ssrs_bundles_resell_post body → 201409
DELETE
/api/nsk/v1/booking/ssrs/manual
Deletes the SSR that matches the request criteria.
nsk_v1_booking_ssrs_manual_delete body → 200400403409
POST
/api/nsk/v2/booking/ssrs/manual
Adds SSRs to the booking in state.
nsk_v2_booking_ssrs_manual_post body → 201400403409
POST
/api/nsk/v1/booking/ssrs/reselldeprecated
Resells any cancelled SSRs to the provided journey on the booking.
nsk_v1_booking_ssrs_resell_post body → 201409
POST
/api/nsk/v2/booking/ssrs/resell
Resells any cancelled SSRs to the provided journey on the booking.
nsk_v2_booking_ssrs_resell_post body → 201400409

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are PassengerSsr (13 properties), SsrDetail (11 properties), ErrorResponse (8 properties), SingleSsrByKeyRequestv2 (6 properties). Each schema is shown below with its type and property counts.

TransportationIdentifier
object
Represents the transportation identifier model data.
3 properties 2 required
BundleResellRequest
object
The bundle resell request.
2 properties
SsrDurationType
integer
Ssr duration type. 0 = Segment 1 = Journey 2 = Leg
SsrsRequest
object
Request to add multiple leg, segment, or journey Ssr's.
4 properties 1 required
SsrAvailabilityRequestv2
object
Represents an SSR availability request.
5 properties 3 required
SsrByLeg
object
Model information for a special service request (SSR) tied to a specific leg.
3 properties
PassengerSsr
object
The model for a passengers Ssr details.
13 properties
SsrsByType
object
Ssrs by type model allows multiple Ssr requests for a specific type.
3 properties 3 required
Exception
object
4 properties
SsrAvailability
object
Model containing all Ssr information.
3 properties
PassengerSsrKey
object
The model for the data needed to identify a passenger ssr key.
5 properties
IJsonResponseOfPassengerSsr
object
Defines the JSON response contract.
3 properties
IJsonResponseOfIListOfPassengerSsr
object
Defines the JSON response contract.
3 properties
SsrDetail
object
Provides more information about the special service request (SSR).
11 properties
MessageStatus
integer
Defines the message status. 0 = General 1 = Warning 2 = Critical
SsrAvailabilityMode
integer
SSR availability modes for use in the SSR availability request. 0 = NonBundledSsrs 1 = BundledSsrs 2 = FilteredBundleSsrs
SeatRestriction
integer
The seat restriction enumeration. 0 = Undefined 1 = AlwaysAllowed 2 = DefaultAllowed 3 = DefaultRestricted
SingleSsrByKeyRequestv2
object
The single ssr by key request model, v2.
6 properties
SsrRequest
object
SSR request for a single Ssr.
5 properties 2 required
ResellSsrRequestv2
object
The Resell SSR request v2.
4 properties 1 required
SsrType
integer
SsrType enumeration. 0 = Standard 1 = Infant 2 = Meal 3 = BaggageAllowance 4 = TravelLineMeal
SsrByKeyRequest
object
SSR detail for a specific passenger number.
3 properties 1 required
SsrAvailabilityRequestv3
object
Represents a Special Service Request (SSR) availability request, version 3.
5 properties 3 required
PassengerSsrAvailability
object
Model containing the details about the availability and price of the Ssr for a specific passenger.
3 properties
IJsonResponseOfSsrAvailability
object
Defines the JSON response contract.
3 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
SsrByJourney
object
Model information for a special service request (SSR) tied to a specific journey.
3 properties
MarketInformation
object
Model information about the market arrival and destination details.
4 properties 4 required
ResellSsrRequest
object
The resell Ssr request.
4 properties
IJsonResponse
object
Defines the JSON response contract for a not content type response.
3 properties
SsrSellMode
integer
The ssr sell mode enumeration. 0 = NonBundle 1 = Bundle 2 = BundleSsrSwap
SsrBySegment
object
Model information for a special service request (SSR) tied to a specific segment.
3 properties
ResellUnitSsrFilter
integer
Enumeration representing the filters when reselling seat-dependent SSRS. 0 = DoNotResell 1 = ResellAndAutoAssignSeats 2 = ResellAndDoNotAutoAssignSeats
SsrByKeysRequestv2
object
Request to add a leg, segment, or journey Ssr.
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tui-group-booking-ssrs-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/ssrs 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.