cURL
curl --request POST \ --url https://mcp-bff.gojinko.com/api/v1/flights/exchange-shop \ --header 'Content-Type: application/json' \ --data ' { "booking_ref": "<string>", "last_name": "<string>", "order_id": "<string>", "preferred_departure_date": "<string>", "provider": "<string>", "segments_to_exchange": [ "<unknown>" ], "ticket_numbers": [ "<string>" ] } '
{ "offers": [ { "description": "<string>", "metadata": {}, "offer_id": "<string>" } ], "support_level": "<string>", "warnings": [ "<string>" ] }
Return available exchange offers for a booked flight. Next step is /flights/exchange-price for a specific offer.
Target a specific provider (sabre, travelfusion). When omitted, uses request body provider field.
Exchange shop request
OK
Show child attributes