Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
http://username:password@host:port
records
(违规记录列表):record_id
: 违规记录 IDviolation_time
: 违规发生时间(Unix 时间戳)violation_info
:violation_reason
: 违规原因描述violation_detail
: 违规详情描述violation_suggestion
: 平台提供的整改建议policy_url
: 相关政策链接violation_type
: 违规类别(如视频违规)record_status
: 记录状态(1 表示有效)appeal_status
: 申诉状态(0=未申诉,1=已申诉)enforcement_title
: 平台针对违规采取的执行措施描述(例如扣分、佣金冻结等)appeal_valid_time
: 申诉有效截止时间(Unix 时间戳)can_appeal
: 是否允许发起申诉(布尔值)total
: 总违规记录数has_more
: 是否还有更多数据start_time
: 查询起始时间end_time
: 查询结束时间creator_status
: 创作者账号状态码(如 0=正常)1
)http://username:password@host:port
records
: List of violation records:record_id
: Unique ID of the violation recordviolation_time
: Time when the violation occurred (Unix timestamp)violation_info
:violation_reason
: Reason for the violationviolation_detail
: Detailed description (may be empty)violation_suggestion
: Recommended corrective actionpolicy_url
: Link to the related policyviolation_type
: Type of violation (e.g., Video violation)record_status
: Record status (1 = active)appeal_status
: Appeal status (0 = not appealed, 1 = appealed)enforcement_title
: List of enforcement actions taken (e.g., point assignment, commission withholding)appeal_valid_time
: Deadline for submitting an appeal (Unix timestamp)can_appeal
: Whether the record is eligible for appeal (boolean)total
: Total number of violation recordshas_more
: Whether there are more records to fetchstart_time
: Query start timeend_time
: Query end timecreator_status
: Creator account status code (e.g., 0 = normal){
"cookie": "your_cookie_here",
"page": 1
}
Authorization: Bearer ********************
{
"cookie": "Your_Cookie_String",
"proxy": "string",
"page": 1
}
curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/creator/get_account_violation_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookie": "Your_Cookie_String",
"proxy": "string",
"page": 1
}'
{
"code": 200,
"router": "",
"params": {},
"data": null
}