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 Queues API

The queues API from TUI Group — 9 operation(s) for queues.

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

This API exposes 10 operations across 9 paths, and defines 29 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 9 paths 29 schemas 2 DELETE4 GET3 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 Queues 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 9 paths, the API surfaces 10 operations — 2 DELETE, 4 GET, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

queues 10
GET
/api/nsk/v2/queues/bookings
Gets the list of queues available.
nsk_v2_queues_bookings_get 5 params → 200404
DELETE
/api/nsk/v1/queues/bookings/{bookingQueueCode}/items
Empties the booking queue.
nsk_v1_queues_bookings_bookingQueueCode_items_delete 2 params → 200
PUT
/api/nsk/v1/queues/bookings/{bookingQueueCode}/items/{bookingQueueItemKey}
Moves to a different queue.
nsk_v1_queues_bookings_bookingQueueCode_items_bookingQueueItemKey_put 2 params body → 200400
DELETE
/api/nsk/v1/queues/bookings/{bookingQueueCode}/items/{bookingQueueItemKey}
Removes booking queue items from the specified queue.
nsk_v1_queues_bookings_bookingQueueCode_items_bookingQueueItemKey_delete 2 params body → 200400
GET
/api/nsk/v2/queues/bookings/{bookingQueueCode}/next
Gets the next item in the booking queue.
nsk_v2_queues_bookings_bookingQueueCode_next_get 5 params → 200404
POST
/api/nsk/v1/queues/bookings/items/{bookingQueueItemKey}deprecated
Places the booking queue item back on the queue.
nsk_v1_queues_bookings_items_bookingQueueItemKey_post 2 params → 200404
POST
/api/nsk/v2/queues/bookings/items/{bookingQueueItemKey}
Places the booking queue item back on the queue.
nsk_v2_queues_bookings_items_bookingQueueItemKey_post 1 param body → 200404
GET
/api/nsk/v1/queues/bookings/queueEvents/{queueEventType}
Gets the list of booking queues that match the specified event type.
nsk_v1_queues_bookings_queueEvents_queueEventType_get 1 param → 200400
POST
/api/nsk/v1/queues/travel
Creates a new travel queue entry.
nsk_v1_queues_travel_post body → 201
GET
/api/nsk/v1/queues/travel/{travelQueueCode}/next
Pops the next item in the travel queue.
nsk_v1_queues_travel_travelQueueCode_next_get 2 params → 200404

Schemas 29

The contract defines 29 schemas that model the data the API accepts and returns. The most detailed are BookingQueueItemBase (16 properties), TravelSummary (15 properties), DequeueTravelSummary (10 properties), Queue (8 properties). Each schema is shown below with its type and property counts.

TransportationIdentifier
object
Represents the transportation identifier model data.
3 properties 2 required
TravelQueueRequest
object
Defines a travel queue query.
2 properties 1 required
QueueResults
object
Base class for all queue model objects
3 properties
IJsonResponseOfQueueResults
object
Defines the JSON response contract.
3 properties
DequeueTravelSummary
object
Represents an travel entry when dequeued.
10 properties 1 required
BookingQueueItemBase
object
Defines a Booking Queue item.
16 properties
DeleteBookingQueueItemBaseRequest
object
API request object used to delete a booking queue item.
3 properties 2 required
Exception
object
4 properties
BookingQueueStatus
integer
Defines the status for booking queues. 0 = Open 1 = Locked 2 = Internal
TravelSummary
object
Represents the travel summary information.
15 properties
QueueProcessState
integer
QueueProcessState specifies the basis by which queue filters are created. 0 = Default 1 = SegmentsConfirmed 2 = BookingBalanced 4 = Other 7 = Complete
MessageStatus
integer
Defines the message status. 0 = General 1 = Warning 2 = Critical
TravelQueueItemBase
object
Model representing the travel queue item without a unique key.
8 properties 1 required
IJsonResponseOfIListOfQueue
object
Defines the JSON response contract.
3 properties
Name
object
Defines a common name.
5 properties
LegStatus
integer
Leg status enumeration. 0 = Normal 1 = Closed 2 = Canceled 3 = Suspended 5 = ClosedPending 6 = BlockAllActivities 7 = Mishap
BookingQueueRestriction
integer
Defines the restrictions associated with a BookingQueue 0 = Restricted 1 = AddAllowedOnly 2 = Allowed
IJsonResponseOfBookingQueueItemBase
object
Defines the JSON response contract.
3 properties
MoveBookingQueueItemBase
object
Defines a move booking queue item request
4 properties 2 required
ErrorResponse
object
Defines a unique error response.
8 properties
QueueProcessStatus
integer
QueueProcessStatus specifies the basis by which queue filters are created. 0 = Ready 1 = Pending
IJsonResponseOfDequeueTravelSummary
object
Defines the JSON response contract.
3 properties
Message
object
Defines a unique informational message.
5 properties
MarketInformation
object
Model information about the market arrival and destination details.
4 properties 4 required
TravelQueueItemRequest
object
API request object used to enqueue a new travel queue item.
4 properties 2 required
BookingQueueReleaseRequest
object
Defines a booking queue query
1 property
IJsonResponse
object
Defines the JSON response contract for a not content type response.
3 properties
QueueEventType
integer
Describes the different queue event types. 0 = Default 1 = BookingBalanceDue 2 = BookingNegativeBalance 3 = BookingCustomerComment 4 = DeclinedPaymentInitial 5…
Queue
object
Base class for all queue model objects.
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tui-group-queues-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 Queues 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.