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

The booking/checkin API from TUI Group — 10 operation(s) for booking/checkin.

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

This API exposes 10 operations across 10 paths, and defines 35 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.

10 operations 10 paths 35 schemas 2 DELETE6 GET2 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/checkin 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 10

Across 10 paths, the API surfaces 10 operations — 2 DELETE, 6 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

booking/checkin 10
DELETE
/api/nsk/v1/booking/checkin/journey/{journeyKey}
Removes the checkin status of passengers for a specific journey in state.
nsk_v1_booking_checkin_journey_journeyKey_delete 1 param body → 200409
POST
/api/nsk/v3/booking/checkin/journey/{journeyKey}
Checks in a collection of passengers to a specific journey in state.
nsk_v3_booking_checkin_journey_journeyKey_post 1 param body → 201400409
GET
/api/nsk/v2/booking/checkin/journey/{journeyKey}/requirements
Gets the checkin pre-validation requirements for a specific journey.
nsk_v2_booking_checkin_journey_journeyKey_requirements_get 1 param → 200404
GET
/api/nsk/v1/booking/checkin/journey/{journeyKey}/requirementsdeprecated
Gets the checkin pre-validation requirements for a specific journey.
nsk_v1_booking_checkin_journey_journeyKey_requirements_get 1 param → 200404
GET
/api/nsk/v1/booking/checkin/journey/{journeyKey}/status
Gets the passengers lift status for a specific journey based on the booking in state.
nsk_v1_booking_checkin_journey_journeyKey_status_get 1 param → 200404
DELETE
/api/nsk/v1/booking/checkin/segment/{segmentKey}
Removes the checkin status of passengers for a specific journey's segment in state.
nsk_v1_booking_checkin_segment_segmentKey_delete 1 param body → 200409
POST
/api/nsk/v3/booking/checkin/segment/{segmentKey}
Checks in a collection of passengers to a specific journey's segment in state.
nsk_v3_booking_checkin_segment_segmentKey_post 1 param body → 201400409
GET
/api/nsk/v2/booking/checkin/segment/{segmentKey}/requirements
Gets the checkin pre-validation requirements for a specific journey's segment.
nsk_v2_booking_checkin_segment_segmentKey_requirements_get 1 param → 200404
GET
/api/nsk/v1/booking/checkin/segment/{segmentKey}/requirementsdeprecated
Gets the checkin pre-validation requirements for a specific journey's segment.
nsk_v1_booking_checkin_segment_segmentKey_requirements_get 1 param → 200404
GET
/api/nsk/v1/booking/checkin/segment/{segmentKey}/status
Gets the passenger lift status for a specific segment based on the booking in state.
nsk_v1_booking_checkin_segment_segmentKey_status_get 1 param → 200404

Schemas 35

The contract defines 35 schemas that model the data the API accepts and returns. The most detailed are ErrorResponse (8 properties), CheckinPassengerRequirements (7 properties), CheckinPassengerRequirementsv2 (7 properties), GovernmentProgramRequirements (6 properties). Each schema is shown below with its type and property counts.

CheckinAddressRequirements
object
Defines a passenger checkin address requirements.
3 properties
CheckinDocumentRequirements
object
Defines a passenger checkin document requirements.
4 properties
TransportationIdentifier
object
Represents the transportation identifier model data.
3 properties 2 required
GovernmentPassengerDocumentRequirement
object
Defines a specific government document requirements for a specific passenger.
3 properties
CheckinPassengerRequest
object
Defines the individual passenger checkin request.
4 properties 1 required
LiftStatus
integer
Lift status enumeration. 0 = Default 1 = CheckedIn 2 = Boarded 3 = NoShow
CheckinDocumentRequirementsv2
object
Defines passenger checkin document requirements version 2.
3 properties
TransportationDesignator
object
Model information about the traveling arrival and destination details.
4 properties
GovernmentDocumentRequirement
object
Defines a certain document requirement regarding a specific government instance.
2 properties
TransitType
integer
Defines the different type of transit states. 0 = Default 1 = Origin 2 = Destination 3 = Both
CheckinRequirementsv2
object
Defines the pre checkin requirements.
4 properties
CheckinMissingSegmentRequiredSsr
object
Defines the a segments collection of missing SSR's.
2 properties
CheckinPassengerRequestv2
object
Defines the individual passenger checkin request.
4 properties 1 required
GovernmentProgramRequirements
object
Defines a government programs document requirements.
6 properties
Exception
object
4 properties
CheckinPassengersRequest
object
Defines the checkin passengers request.
4 properties 1 required
GovernmentAdditionalDataType
integer
Defines the additional data that is required for a government program but are not collected with documents. 0 = CountryOfResidence 1 = InTransitOrigin 2 = InTr…
MessageStatus
integer
Defines the message status. 0 = General 1 = Warning 2 = Critical
GovernmentPassengerDocumentRequirementv2
object
Defines a specific government document requirements for a specific passenger. Version 2
5 properties
DocumentGroup
integer
The document grouping enumeration. 0 = Unknown 1 = AlienRegistrationCard 2 = PermanentResidentCard 3 = FacilitationDocument 4 = InsPass 5 = MilitaryId 6 = Pass…
CheckinPassengerLiftStatus
object
Defines a single passengers checkin status for a specific segment.
2 properties
IJsonResponseOfCheckinRequirements
object
Defines the JSON response contract.
3 properties
CheckinPassengerRestriction
object
Defines a passengers restriction for the current segment trying to be checked into.
2 properties
GovernmentDocumentFieldType
integer
Defines all the different travel document fields that a government program can require to be prompted/required. 0 = FirstName 1 = MiddleName 2 = LastName 3 = T…
CheckinRequirements
object
Defines the pre checkin requirements.
4 properties
ErrorResponse
object
Defines a unique error response.
8 properties
IJsonResponseOfCheckinRequirementsv2
object
Defines the JSON response contract.
3 properties
CheckinRestrictionType
integer
Defines the checkin level restriction types. 0 = Closed 1 = NotOpened 2 = PnrLocked 3 = MarketingCodeShareNotAllowed 4 = NotPaidInFull 5 = PaymentsPending 6 =…
Message
object
Defines a unique informational message.
5 properties
CheckinPassengersRequestv3
object
Defines the checkin passengers request v3 model.
3 properties 1 required
CheckinPassengerRequirements
object
Defines an individual passengers checkin requirements.
7 properties
IJsonResponseOfIDictionaryOfStringAndIListOfCheckinPassengerLiftStatus
object
Defines the JSON response contract.
3 properties
CheckinPassengerRestrictionType
integer
Defines the checkin passenger restriction types. 0 = NotFound 1 = MissingDestinationAddress 2 = MissingCountryOrResidence 3 = OnLockQueue 4 = MissingRequiredSs…
CheckinPassengerRequirementsv2
object
Defines an individual passengers checkin requirements.
7 properties
IJsonResponse
object
Defines the JSON response contract for a not content type response.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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