v1

latestOpenAPI 3.0.32026-07-26630183.2 KB
Reservations

Status

get/reservations

Query parameters

product_idinteger

This field represents the product identifier within the reservation. In v2, it matches the booking_code field. It must be used in combination with the corresponding product_type value.

product_type'HOTEL' | 'FLIGHT' | 'TICKET' | 'TOUR'

Indicates the type of product associated with the reservation. Only to be used with the corresponding product_id to identify the product.

reservation_idinteger

Refers to the reservation ID

flow_idstring

Refers to the ID of a flow within a reservation, used to check the status of a specific management action

partner_idstring

Refers to the partner ID; when provided, it returns all products associated with it

limitinteger

Limits the number of search results, especially for partner_id/api_key queries that can return thousands of products.

pageinteger

Pagination for responses that exceed the limit. Add the parameter page= starting at 0 up to the last available page at the end of the request

by_api_keyboolean

Refers to apikey, when sent it searches for all products associated with apikey

external_transaction_idinteger

Obtained via external_reservation_id

from_purchase_datestring date
to_purchase_datestring date

Response

OK