---
title: "Creator distribution by GMV level"
method: GET
path: "/creators/levels"
tags: ["Creators"]
---

# Creator distribution by GMV level

`GET /creators/levels`

Distribution of creators by GMV tier (L0-L7). Matches the dashboard's 'Creators by Level' pie chart. Uses active creators from the date range (defaults to last 30 days). Pass `start_date` and `end_date` query params (YYYY-MM-DD) to customize the window. L0=$0, L1=<$5k, L2=$5k-$25k, L3=$25k-$60k, L4=$60k-$150k, L5=$150k-$400k, L6=$400k-$1M, L7=>$1M.

## Query parameters

- `start_date` string, date, nullable — Start date (YYYY-MM-DD). Defaults to 30 days ago.
- `end_date` string, date, nullable — End date (YYYY-MM-DD). Defaults to the shop's newest settled day.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/5eefff009b5b/schema)
