---
title: "EUD Guest Tiers API"
method: GET
path: "/tiers"
---

# EUD Guest Tiers API

`GET /tiers`

## Query parameters

- `start_cursor` integer
- `count` integer
- `language` string

## Response `200`

200

- GuestTiersTierObject
  - `created_time` string — The date on which the tier was created.
  - `description` string — "Tier Description" text configuration in tier settings in the admin console.
  - `id` string — The internal ID generated by Zinrelo.
  - `is_default` boolean — Specifies if the mentioned tier is the default tier or not.
  - `minimum_points` integer — The minimum points required to be in the tier.
  - `name` string — The tier name.
  - `tier_id` string — The unique ID associated with the tier.
  - `updated_time` string — The recent date and time on which tier was updated.

## Other responses

- `400` — 400

---

[API](https://skmtc.net/trueloyal/apis/admin-apis.md) · [All operations](https://skmtc.net/trueloyal/apis/admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trueloyal/admin-apis/versions/c12d3d379897/schema)
