List a creator's CRM content
Every piece of content one creator posted for this shop, per product, with views, likes, comments and paid_orders_count — the attributed-order count TikTok reports for that video. Reads customers.crm_content_data, the same source behind the portal's expanded creator row.
creator_id is required (this is a per-creator drill-down, not a shop-wide content feed — use GET /videos for that); narrow further with product_id. Ordered newest first.
Product titles are not returned: the underlying join resolves a single title per creator rather than per product, so it would be wrong on any creator working on more than one. Join product_id against GET /crm/creators for titles.
Single-shop only. Creator contact details are never returned: no real name, shipping address, phone or email. creator_name is the public TikTok handle.
Query parameters
Creator id from GET /crm/creators.
Creator id from GET /crm/creators.
Restrict to content for one product.
Restrict to content for one product.
1-based page number.
1-based page number.
Items per page (max 100).
Items per page (max 100).
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.