Skip to main content

Order Detail

POST

/api/v1/generic-api-service/flight/order-detail

The order detail endpoint returns the full detail of a single flight order by its orderId. It includes flight itineraries and segments, passenger and e-ticket information, contact details, receipt (billing) information and payment records.

curl --location 'https://test-api.etscore.com/api/v1/generic-api-service/flight/order-detail' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"orderId": "49661695"
}'