---
title: "Retrieve a tier"
method: GET
path: "/v2/tiers/{tier_key}"
tags: ["Tiers"]
---

# Retrieve a tier

`GET /v2/tiers/{tier_key}`

Retrieves the details of an existing Tier.

## Path parameters

- `tier_key` string, required

## Response `200`

Retrieves the details of an existing Tier.

- object
  - `data` object, required
    - `tier` object — Standard fields that are present on all database objects.
      - `created_at` integer — Immutable Unix timestamp in milliseconds taken at time of creation
      - `key` string — A unique identifier used to reference the object
      - `updated_at` integer — Unix timestamp in milliseconds taken at time of last update
      - `benefits` object[] — Benefits of this tier
        - `description` string — Description of the tier's benefit
        - `name` string — Name of the tier's benefit
        - `order` integer, nullable — Display order of the benefit (0-based)
      - `color` string, nullable — Custom tier color for logo
      - `criteria` string[]
      - `features` object, nullable
      - `img` string, nullable — A unique identifier for the uploaded image/badge
      - `is_active` boolean, nullable
      - `is_current` boolean, nullable
      - `min_threshold` integer, nullable
      - `name` string, nullable — Specifies name of the Tier
      - `next_tier_key` string, nullable
      - `order` integer, nullable
      - `prev_tier_key` string, nullable
      - `threshold_type` 'net_sales' | 'custom_criteria', nullable — Type of tier threshold
      - `tier_collection_key` string, nullable — A unique identifier for the parent collection
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/partnerstack/apis/partnerstack-api.md) · [All operations](https://skmtc.dev/partnerstack/apis/partnerstack-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/partnerstack/partnerstack-api/revisions/0f35aebe53a9/schema)
