List TikTok History
GET {{baseUrl}}/v1/tiktok/history?startTime=2020-03-08T20:10:24.252Z&endTime=2020-03-11T20:10:24.252Z&type=overview
Get history in list of overviews, reports viewed, with time range query.
Body
PARAM
Key | Datatype | Required | Description |
startTime
|
string | Start time, ISO 8601 format or milliseconds since Unix Epoch | |
endTime
|
string | End time, ISO 8601 format or milliseconds since Unix Epoch | |
type
|
string | Type of the report |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"influencersHistory": [
{
"userId": "123456",
"handle": "instagram",
"updatedAt": "2020-03-05T21:50:18.256Z",
"reportType": "OVERVIEW"
},
{
"userId": "123456",
"handle": "instagram",
"updatedAt": "2020-03-05T21:50:18.256Z",
"reportType": "OVERVIEW"
}
],
"error": false
} |
ENDPOINTS