cURL
curl --request POST \ --url https://api.acedata.cloud/tiktok/user \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cursor": "<string>", "user_id": "<string>", "unique_id": "<string>" } '
{ "result": 904, "next_cursor": 602 }
API token from https://platform.acedata.cloud
Specifies the format of the response from the server.
application/json
application/x-ndjson
Post information page turn id, which needs to be returned by next_cursor in the result.
TikTok's users are unique.
The unique name of a TikTok user.
OK, the request was successful.
Return comment result information.
id for comment information page turning.
Was this page helpful?