Endpoint coming soon

The Orders API is under active development and not yet available in production. Reference-data endpoints (airlines, airports, aircraft types) are live. Sign up below to be notified when this endpoint ships.

Orders

Retrieve order

Fetch the current canonical state of an order.

GET/v1/orders/{orderID}Requires X-API-Key

Returns 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-KeystringRequired

Opaque 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

orderIDstringRequired

Internal ULID issued by Norba.

Example: ord_01HVN9M5K...