---
title: "List tiers"
method: GET
path: "/v1/tiers"
tags: ["Points"]
---

# List tiers

`GET /v1/tiers`

List tier thresholds, ordered ascending by min_total_points.

## Response `200`

A successful response.

- ApiListTiersResponse
  - `tiers` ApiTierDto[]
    - `id` string, int64
    - `name` string
    - `min_total_points` string
    - `display_order` integer

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/versions/194af8339c0d/schema)
