---
title: "Retrieves all benefits associated with a specific tier."
method: GET
path: "/v1/pub/Tiers/{tierId}/benefits"
tags: ["Tiers"]
---

# Retrieves all benefits associated with a specific tier.

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

## Path parameters

- `tierId` integer, required

## Response `200`

Returns the list of benefits for the tier.

- ExternalApiTierBenefitResponse[]
  - `Type` 0 | 1 | 2 | 3
  - `TierId` integer
  - `Title` string, nullable
  - `Details` unknown

---

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