Skip to main content
GET
Get comment replies

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Path Parameters

videoId
string
required

TikTok video ID

Example:

"7611615657754381599"

commentId
string
required

TikTok comment ID

Example:

"7611616052479869736"

Query Parameters

count
integer
default:50

Number of replies to fetch (maximum: 50)

Required range: 1 <= x <= 50
Example:

50

cursor
string
default:0

Pagination cursor

Example:

"0"

Response

Returns the comment replies

data
object
required