List YouTube History

GET {{baseUrl}}/v1/youtube/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.

Request Params

KeyDatatypeRequiredDescription
startTimestringStart time, ISO 8601 format or milliseconds since Unix Epoch
endTimestringEnd time, ISO 8601 format or milliseconds since Unix Epoch
typestringType of the report

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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}