---
title: "Get Tier History"
method: GET
path: "/creator/tier/history"
tags: ["creator"]
---

# Get Tier History

`GET /creator/tier/history`

Get tier change history for the current user.

## Response `200`

Successful Response

- TierChangeHistoryResponse[]
  - `id` string, uuid, required
  - `creator_id` string, uuid, required
  - `previous_tier` string, required
  - `new_tier` string, required
  - `reason` string, nullable
  - `referrals_at_change` integer, required
  - `conversions_at_change` integer, required
  - `created_at` string, date-time, required

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
