Request Code Samples
curl --location --request GET 'http://open.tabcut.com:8090/api/item/v2/creator_list?itemId=&pageNo=1&pageSize=20&filterType=1&firstCollaborationInPeriodFlag=true&lastCollaborationBeginDs=20251219&lastCollaborationEndDs=20251226' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}' \
--header 'x-selected-lng: ja-JP'
Responses
application/json {
"code": "",
"message": "",
"result": null,
"serverTime": ""
}
Modified at 2025-12-26 07:30:31