---
title: "Read company preference tiers"
method: GET
path: "/v2/companies/{companyId}/preference-tiers"
tags: ["Companies"]
---

# Read company preference tiers

`GET /v2/companies/{companyId}/preference-tiers`

Read all preference tiers with respective label for a company.

## Response `200`

OK

- ListPreferenceTiersResponse — List of preference tiers
  - `preferenceTiersPerBookingType` PreferenceTiersPerBookingType[], required — List of preference tiers with respective labels for different booking types.
    - `allowedEntityTypes` PreferenceEntityType[], required — Different entity types that are allowed for defining preference.
    - `bookingType` 'AIR' | 'HOTEL' | 'CAR' | 'RAIL' | 'LIMO', required — What type of travel booking it is.
    - `preferenceTiers` PreferenceTier[], required — List of preference tiers with respective labels.
      - `level` 'TIER_1' | 'TIER_2' | 'TIER_3' | 'TIER_4' | 'TIER_5' | 'TIER_6', required — Different levels of tier.
      - `label` string, required — Text to be used to display given tier.
      - `description` string — Short description about the tier level.
      - `showLabel` boolean, required — Whether to show label in search result for the given tier.

## Other responses

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

---

[API](https://skmtc.net/spotnana/apis/company-api.md) · [All operations](https://skmtc.net/spotnana/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/company-api/revisions/36b1305ad44a/schema)
