curl --location --request GET 'http://open.tabcut.com:8090/api/seller/v2/creator_list?sellerId=&period=30d&tkCategoryLv1Id=&contactPlatform=twitter,ins&sortField=soldCountTotalPeriod&sortType=desc&pageNo=1&pageSize=10' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: ja-JP'{
"code": "200",
"message": "Success!",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"creatorInfo": {
"uid": "string",
"nickname": "string",
"uniqueId": "string",
"region": "string",
"avatarUrl": "string",
"followerCountInfo": {
"total": 0
},
"playCountInfo": {
"avg": 0
},
"itemVideoCountInfo": {
"total": 0
},
"categoryList": [
{
"categoryName": "string",
"tkCategoryId": "string",
"region": "string"
}
],
"isMainCreator": 0,
"tiktokUrl": "string",
"tabcutUrl": "string",
"bioEmail": "string",
"bioUrl": "string",
"insId": "string",
"youtubeChannelId": "string",
"youtubeChannelTitle": "string",
"twitterId": "string",
"twitterName": "string",
"soldCountTotalPeriod": {
"periodCurrent": 0
},
"localGmvTotalPeriod": {
"periodCurrent": {
"local": 0,
"region": 0
}
},
"avgPriceTotalPeriod": 0,
"videoLocalGmvPeriod": {
"periodCurrent": {
"local": 0,
"region": 0
}
},
"videoSoldCountPeriod": {
"periodCurrent": 0
},
"avgPlayCountPeriod": 0,
"liveLocalGmvPeriod": {
"periodCurrent": {
"local": 0,
"region": 0
}
}
},
"soldCountInfo": {
"video": 0
},
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"gmvInfo": {
"video": {
"local": 0,
"region": 0
}
}
}
]
},
"serverTime": "2026-03-18 10:00:00"
}