---
title: "Get Loyalty Programs (Air)"
method: GET
path: "/v2/air/loyalty-programs"
tags: ["Loyalty Programs"]
---

# Get Loyalty Programs (Air)

`GET /v2/air/loyalty-programs`

Returns all the active loyalty programs for the requested marketing and/or operating airlines.

## Response `200`

OK

- AirApplicableLoyaltyResponse
  - `loyaltyPrograms` AirLoyaltyProgram[], required
    - `programName` string, required — Name of the loyalty program.
    - `airlineCode` string, required — IATA code of the airline that hosts the loyalty program.
    - `airlineName` string, required — Name of the airline that hosts the loyalty program.
    - `loyaltyType` 'OWN' | 'PARTNER' | 'ALLIANCE', required — Type of the loyalty program. This indicates how the loyalty program is associated with the airline mentioned in the API request.
  - `applicableLoyalties` LoyaltyInfo[]
    - `appliedTo` string[]
    - `id` string, required
    - `issuedBy` string, required
    - `type` 'UNKNOWN_TYPE' | 'AIR' | 'HOTEL' | 'CAR' | 'RAIL', required
    - `linked` boolean — Indicates if this loyalty account is linked to the external provider. Only applicable for certain loyalty types.
    - `tier` string — Loyalty membership tier name echoed from the supplier.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/air-api.md) · [All operations](https://skmtc.net/spotnana/apis/air-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/air-api/versions/3009937ca024/schema)
