---
title: "Get one creator's CRM profile"
method: GET
path: "/crm/creators/{creator_id}"
tags: ["CRM Roster"]
---

# Get one creator's CRM profile

`GET /crm/creators/{creator_id}`

The Creator Profile drawer for one roster creator: identity and follower count, top products by GMV, shop performance (total / video / live GMV, units sold, videos and lives posted), affiliate performance (28-day GMV, engagement rate, average views, post rate, brands worked with, PPS score), the current sales-metric cards, and the CRM Groups the creator belongs to.

`creator_id` is the value from GET /crm/creators. The profile is resolved through the creator's handle, so it spans every creator_id the CRM, content and affiliate syncs filed the creator under — a creator whose content landed under a second id still reports their full video GMV here.

Inferred demographics (gender, age range, ethnicity, likely location) shown in the portal are omitted. Single-shop only. Creator contact details are never returned: no real name, shipping address, phone or email. `creator_name` is the public TikTok handle.

## Path parameters

- `creator_id` string, required — Creator id from GET /crm/creators.

## Response `200`

Successful Response

- CrmCreatorDetailResponse
  - `data` CrmCreatorDetailData, required — Creator Profile drawer: identity + shop/affiliate performance.
    - `creator_id` string, required
    - `creator_name` string, nullable
    - `handle` string, nullable
    - `avatar_url` string, nullable
    - `tiktok_url` string, nullable
    - `tags` string[], nullable
    - `follower_num` integer, nullable
    - `creator_level` string, nullable
    - `shop_gmv` number, nullable
    - `affiliate_gmv_28d` number, nullable
    - `creator_gmv` number, nullable
    - `top_products` object[]
    - `shop_performance` object
    - `affiliate_performance` object
    - `sales_metrics` object
    - `groups` object[]

## 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/3ea20a9f734b/schema)
