获取用户的个人信息/Get user profile
[中文]#
用途:#
参数:#
secUid和uniqueId至少提供一个, 优先使用uniqueId, 也就是用户主页的链接中的用户名。
返回:#
[English]#
Purpose:#
Parameters:#
At least one of secUid and uniqueId is provided, and uniqueId is preferred, that is, the username in the user's homepage link.
Return:#
[示例/Example]#
secUid = "MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM"
uniqueId = "tiktok"Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://api.tikomni.com/api/u1/v1/tiktok/web/fetch_user_profile?uniqueId=tiktok&secUid=undefined' \
--header 'Authorization: Bearer <token>'
Modified at 2026-08-13 21:36:23