User ID

Retrieve the unique numeric User ID (UID) for any TikTok user by providing their username. Essential for subsequent API requests.

GET User ID
URL: https://api.tikliveapi.com/userid/
Parameters:
username *Required

The username of the TikTok user.

Example URL: https://api.tikliveapi.com/userid/?username=tiktok
Example Response:
{
  "id": "107955"
}