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 Code Samples
curl --location '/v1/shopping/seatmaps' \
--header 'X-HTTP-Method-Override: GET' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": [
{{flightOfferData}}
]
}'
Responses
application/json
Modified at 2024-12-25 01:05:35