Orders
Retrieve order
Fetch the current canonical state of an order.
GET
/v1/orders/{orderID}Requires X-API-KeyReturns the canonical order, including the airline-issued PNR, ticketing state, fare rules and post-booking history. Safe to poll — responses are served from the local replica, not the airline.
Authorization
X-API-KeystringRequiredOpaque API key issued from the Norba dashboard. Sent on every request as the X-API-Key HTTP header. Missing or invalid keys are rejected with 401 Unauthorized.
Path parameters
orderIDstringRequiredInternal ULID issued by Norba.
Example:
ord_01HVN9M5K...