Topic Associated Creator List
Developing
Request Code Samples
curl --location --request GET 'http://open.tabcut.com:8090/api/hashtag/creator_list?hashtagId®ion&pageNo&pageSize&sortField' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng;'
Responses
application/json {
"code": "string",
"message": "string",
"result": {
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": [
{
"authorUid": "string",
"authorAvatarUrl": "string",
"authorName": "string",
"region": "string",
"regionComment": "string",
"followerCount": 0,
"likeCount": 0,
"videoCount": 0,
"relatedVideoCount": 0,
"tkCategoryIds": [
"string"
],
"tkCategoryNames": [
"string"
]
}
]
},
"serverTime": "string"
}
Modified at 2026-01-05 03:48:55