---
title: "Retrieves a specific tier by its identifier."
method: GET
path: "/v1/pub/Tiers/{tierId}"
tags: ["Tiers"]
---

# Retrieves a specific tier by its identifier.

`GET /v1/pub/Tiers/{tierId}`

## Path parameters

- `tierId` integer, required

## Response `200`

Returns the requested tier.

- 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)
