---
title: "Pricing Creator Dropdown Endpoint"
method: GET
path: "/api/v1/remy/pricing/creators"
tags: ["remy", "remy"]
---

# Pricing Creator Dropdown Endpoint

`GET /api/v1/remy/pricing/creators`

Roster creators with no brand kit yet, most-recently added first; search matches handle/name.

## Query parameters

- `search` string, nullable

## Response `200`

Successful Response

- CreatorDropdownResponseDTO
  - `creators` CreatorDropdownItemDTO[], required
    - `creator_id` string, required
    - `platform` string, required
    - `handle` string, nullable
    - `display_name` string, nullable
    - `followers` integer, nullable
    - `profile_pic_url` string, nullable
    - `added_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/ff7f2b621b41/schema)
