The Seatmap Display REST/JSON API is an open API that allows you to retrieve the seat map of one or several flights.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"data": [
{{flightOfferData}}
]
}
Request samples
curl --location --request POST '/v1/shopping/seatmaps' \
--header 'X-HTTP-Method-Override: GET' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{{flightOfferData}}
]
}'
Responses
application/json Modified at 2024-12-25 01:05:35