使用sec_user_id获取指定用户的信息/Get information of specified user by sec_user_id
[中文]#
用途:#
参数:#
sec_user_id: 用户sec_user_id
返回:#
[English]#
Purpose:#
Get information of specified user
Parameters:#
sec_user_id: User sec_user_id
Return:#
[示例/Example]#
sec_user_id = "MS4wLjABAAAAW9FWcqS7RdQAWPd2AA5fL_ilmqsIFUCQ_Iym6Yh9_cUa6ZRqVLjVQSUjlHrfXY1Y"Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location --request GET 'https://api.tikomni.com/api/u1/v1/douyin/web/handler_user_profile?sec_user_id=MS4wLjABAAAAW9FWcqS7RdQAWPd2AA5fL_ilmqsIFUCQ_Iym6Yh9_cUa6ZRqVLjVQSUjlHrfXY1Y' \
--header 'Authorization: Bearer <token>'
Modified at 2026-04-23 01:11:20