GET/v1/flights/loyalty-programmes
List loyalty programmes
Lists available airline loyalty programmes that can be attached to passengers during flight booking.
Lists available airline loyalty programmes that can be attached to passengers during flight booking.
Endpoint
| Method | Path | Auth |
|---|---|---|
GET | /v1/flights/loyalty-programmes | Required API key |
| Header | Description |
|---|---|
Authorization | Bearer <secret_key>. The secret is shown only once when the credential is created. |
X-Travelandz-Id | <public_key>:<profile_code>. The profile_code is the dp_-prefixed Developer Profile code shown in your dashboard. This binds the request to a profile and credential. |
Content-Type | Use application/json for requests with a body. |
Success Response
Returns programme names, airline association and identifiers.
Response Body Schema
| Property | Type | Details | Required | Notes |
|---|---|---|---|---|
array | Yes | - | ||
loyalty | object | Yes | - | |
id | string | Yes | - | |
name | string | No | - | |
owner_airline_id | string | Nullable | - | |
airline | array | Yes | - | |
id | string | Yes | - | |
name | string | Yes | - | |
iata_code | string | Nullable | - | |
logo_symbol_url | string | Nullable | - | |
logo_lockup_url | string | Nullable | - | |
conditions_of_carriage_url | string | Nullable | - | |