cURL
curl --request POST \ --url https://api.agntdata.dev/v1/tiktok/user/details \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "username": "mrbeast" } '
{ "username": "mrbeast", "user_id": "6614519312189947909", "profile_image": "https://p19-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/54435a1ec165931f60f2a3872de74aa5~c5_1080x1080.jpeg?x-expires=1664816400&x-signature=JoBKISbZ5pjbPTw7q6%2FVzJK5wn8%3D", "following": 241, "followers": 46300000, "total_videos": 249, "total_heart": 487600000, "verified": true, "description": "apply :)" }
Return User Details
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
User Id Request Schema
Successful Response