Skip to main content
GET
TikTok Shop Creators
Lists creator performance for your TikTok Shop — one row per creator with GMV, units sold, orders, commission, and refund totals for the requested date range. This is the same data as the Creators tab of the TikTok Shop store page, with every filter the dashboard offers.

Response Fields

Each creator row contains: The response envelope is { data, meta, additional_data }: meta carries pagination (row_count, total_pages, current_page, next_page, prev_page) and additional_data carries raw totals across the full result set plus currency / currency_symbol.

Request Parameters

Request Example

Response Example

Use Cases

  • Building creator leaderboards and performance dashboards from your TikTok Shop data
  • Reconciling creator commissions against GMV for payout workflows
  • Comparing on-Growi vs. off-Growi creator performance via the platform filter
  • Tracking campaign- or contract-specific creator performance with campaign_id

Notes

  • Results are always ordered by total GMV descending; there is no sort parameter.
  • Money fields are raw numbers in display currency units (dollars for USD shops); use the *_formatted variants for display.
  • Dates are inclusive; the dashboard’s default view is the last 30 days.
  • Requests are rate limited (minimum 2 seconds between requests plus an hourly quota); see the X-RateLimit-* response headers.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string<date>
required

Start of the GMV date range (ISO 8601, YYYY-MM-DD)

end_date
string<date>
required

End of the GMV date range (ISO 8601, YYYY-MM-DD)

page
integer
default:1

Page number (default 1)

per_page
integer
default:20

Results per page: 1-100, default 20

Required range: x <= 100

Free-text search

campaign_id
integer

Filter to a campaign or contract belonging to your organization

creator_id
integer

Filter to a single Growi creator (user id)

platform
enum<string>
default:growi

Data scope: growi (only creators on Growi, default), all (all TikTok Shop data), non_growi (creators not on Growi)

Available options:
growi,
all,
non_growi
organization_id
integer

Narrow results to a child organization (id) of the API key organization

external_creator_id
string

Filter to a single TikTok creator by TikTok creator id (oecuid)

connected_account_id
integer

Filter by connected social account id (matches dashboard behavior; prefer external_creator_id)

gmv_min
number

Minimum GMV in display currency units (e.g. dollars)

gmv_max
number

Maximum GMV in display currency units (e.g. dollars)

all_contracts
enum<string>

Set to 'true' to include creators from all contracts

Available options:
true
exclude_contests
enum<string>

Set to 'true' to exclude TikTok Shop contest campaigns

Available options:
true

Response

Creators listed

data
object[]
required
meta
object
required

Pagination metadata

additional_data
object
required

Raw totals across the full (unpaginated) result set