---
title: "Retrieves all available tiers in the loyalty program."
method: GET
path: "/v1/pub/Tiers"
tags: ["Tiers"]
---

# Retrieves all available tiers in the loyalty program.

`GET /v1/pub/Tiers`

## Response `200`

A collection of all tiers.

- ExternalApiTierResponse[]
  - `Id` integer
  - `Name` string
  - `Color` string
  - `IconUrl` string
  - `IsActive` boolean
  - `IsBase` boolean
  - `Order` integer
  - `Caption` string

---

[API](https://skmtc.net/bonifiq/apis/bonifiq-public-apis.md) · [All operations](https://skmtc.net/bonifiq/apis/bonifiq-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bonifiq/bonifiq-public-apis/revisions/8d1f2698a854/schema)
