Skip to main content
GET
Get collection videos

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

collectionId
string
required

TikTok collection ID (mix ID)

Example:

"6966746276732559110"

Query Parameters

count
integer
default:20

Number of videos to fetch (maximum: 35)

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

20

cursor
string
default:0

Pagination cursor

Example:

"0"

Response

Returns the collection videos

data
object
required