Skip to main content
GET
TikTok Shop LIVE Streams
Lists LIVE streams for your TikTok Shop — one row per LIVE with GMV totals plus the full set of LIVE engagement metrics (viewers, impressions, click-through rates, GPM) for the requested date range. This is the same data as the Lives tab of the TikTok Shop store page, with every filter the dashboard offers.

Response Fields

Each LIVE row contains: The response envelope is { data, meta, additional_data } (see the Creators endpoint for the envelope shape).

Request Parameters

Request Example

Response Example

Use Cases

  • Measuring LIVE selling performance (GMV, GPM, AOV) per stream
  • Comparing LIVE engagement funnels: impressions → product clicks → sales
  • Identifying your best LIVE hosts by GMV and unique viewers
  • Feeding LIVE performance into scheduling and incentive decisions

Notes

  • Results are always ordered by GMV descending; there is no sort parameter.
  • The total_* money fields are raw display-currency numbers; the passthrough *_amount metrics (gpm_amount, aov_amount, average_gmv_per_customer_amount) are integer cents.
  • Rate fields (engagement_rate, tap_through_rate, live_product_click_through_rate) are display strings as provided by TikTok Shop.
  • 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)

Response

LIVE streams listed

data
object[]
required
meta
object
required

Pagination metadata

additional_data
object
required

Raw totals across the full (unpaginated) result set