获取用户的个人信息/Get user profile
GET/api/tiktok/web/fetch_user_profile
[中文]
用途:
- 获取用户的个人信息
参数:
- secUid: 用户secUid
- uniqueId: 用户uniqueId
- secUid和uniqueId至少提供一个, 优先使用uniqueId, 也就是用户主页的链接中的用户名。
返回:
- 用户的个人信息
[English]
Purpose:
- Get user profile
Parameters:
- secUid: User secUid
- uniqueId: User uniqueId
- At least one of secUid and uniqueId is provided, and uniqueId is preferred, that is, the username in the user's homepage link.
Return:
- User profile
[示例/Example]
secUid = "MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM" uniqueId = "tiktok"
Request
Responses
- 200
- 422
Successful Response
Validation Error