---
title: "Create a tier"
method: POST
path: "/rewards_programs/{id}/tiers"
tags: ["Tiers"]
---

# Create a tier

`POST /rewards_programs/{id}/tiers`

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string, required — The name of the tier
  - `minimum_points` integer, required — The minimum number of points to qualify for the tier
  - `perks` object[] — Descriptions of all the perks associated with the tier
    - `perk_type` 'text', required — The type of perk. Must be 'text'
    - `description` string, required — The description of the perk
    - `title` string, nullable — The title of the perk

## Response `200`

The created `Tier` object

- Tier
  - `id` string, required — The ID of the tier
  - `name` string, required — The tier's name
  - `minimum_points` integer, required — The minimum number of points to reach this tier
  - `associated_color` string, nullable, required — The color associated with this tier
  - `perks` union[], required — The perks associated with reaching this tier
    - union
      - object
        - `id` string, required — The ID of the perk
        - `perk_type` string, required — The type of the perk
        - `description` string, nullable, required — The description of the perk
        - `title` string, nullable, required — The title of the perk
        - `mariana_tek_icon` string, nullable, required — The MarianaTek icon for the perk
      - string

---

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