tiktok/creator/account-violation-list
Retrieve the violation history of a TikTok Shop creator account, providing details about past violations and corresponding enforcement actions. The returned violation records include violation type, violation time, viola...
Input
Idle
Example output — click Run to generate your own
API README
Get Creator Account Violation Record List
Purpose:
- Retrieve the violation history of a TikTok Shop creator account, providing details about past violations and corresponding enforcement actions.
- The returned violation records include violation type, violation time, violation reasons, enforcement actions, appeal status, and eligibility for appeal.
- Pagination is supported to retrieve multiple records in chronological order.
- Suitable for creator account risk management, health monitoring, and compliance auditing.
Notes:
- This API is available only for TikTok Shop creator accounts.
- Pagination is supported; by default, it retrieves the latest violation records.
Parameters:
- cookie: User's Cookie string for authentication
- page: Integer, page number (default is
1) - proxy: Optional HTTP proxy address, can be omitted if not needed
- Example format:
http://username:password@host:port
- Example format:
Response:
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)
[Example]
{
"cookie": "your_cookie_here",
"page": 1
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

