buy_id for further creation of a booking.buy_id (string): Represents the unique ID associated with the offer. You can take it from /api/air/offers, for example, response.data.offers[0].offers[0].segments[0].buy_id"status": "ok",
"message": "Attention! Less than 5 hours until departure! You must issue a ticket or cancel your reservation immediately, otherwise penalties from the airline are inevitable!""status": "ok",
"message": "Attention: the price has changed. Please check the current price in the next step of checkout." "message": "There are no seats available. Please try another option or change your search criteria.",
"code": 3004curl --location --globoff 'https://stage-api.etm-system.ru/api/air/offers/{{buy_id}}/availability' \
--header 'Accept: application/json' \
--header 'Etm-Auth-Key: ' \
--header 'Content-Type: application/json'{
"status": "ok",
"message": "",
"availability": true,
"gds": "Amadeus",
"request_id": 16915125,
"popup_message": "",
"allow_cyrillic": false,
"buy_id": "2275014016"
}