Theme
GET /v1/theme — the seatback UI theme for your airline.
GET /v1/theme returns the display theme for your airline — colors, fonts,
shape tokens, and top-bar options a seatback client uses to render its UI in the
airline’s brand. There is one theme per airline, resolved server-side from
your credential; you never pass a theme id.
It is airline-scoped: Bearer
token and the westiq/search scope, no X-Session-Id, no parameters.
Response
200 returns an AirlineTheme. The colors object is abbreviated below — it
carries the full Material-style token set:
Errors
Standard error envelope. The one to handle specifically:
401 / 403 are the usual auth failures.