TikTok modelsapi generation api

tiktok/app-v3/user-following-list

Get following list of specified user

Input
Idle

Example output — click Run to generate your own

API README

Get following list of specified user

Purpose:

  • Get following list of specified user Parameters:
  • user_id: User ID, this is a pure numeric version of the user ID (one of user_id and sec_user_id)
  • sec_user_id: User sec_user_id, this is a mixed letter and number version ID (one of user_id and sec_user_id)
  • count: Number, do not exceed 20, keep it fixed.
  • min_time: Minimum time for paging, use default value 0 for the first request, and use the min_time value returned by the last request for subsequent requests.
  • page_token: Page token, use default value "" for the first request, and use the page_token value returned by the last request for subsequent requests. Return:
  • Following list data

[Example]

user_id = "7486586574684881927" sec_user_id = "MS4wLjABAAAA0lKrE0cVLLZCnVil-n-YEZlOoik9oeO3zOYQ08dqOEOw2pRSXWJdcSFw7lZeZcSP" count = 20 min_time = 0 page_token = ""

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models