Skip to main content

Reverse Inquire

POST

/api/v1/generic-api-service/flight/reverse/inquire

The reverse inquire endpoint is used before cancelling a PNR to find out the cancellation penalty and the refundable amount. It does not cancel the PNR — it only returns the penalty and refund breakdown. The returned reverseToken is then used to perform the actual cancellation, and it is valid until expireTime.

curl --location 'https://test-api.etscore.com/api/v1/generic-api-service/flight/reverse/inquire' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"orderId": "49661695",
"pnr": "42ED16"
}'