List Instagram History
GET {{baseUrl}}/v1/instagram/history?startTime=<string>&endTime=<string>&type=report
Get history in list of reports viewed with time range query.
Request Params
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":"\u003cstring\u003e","handle":"\u003cstring\u003e","updatedAt":"\u003cstring\u003e","reportType":"REPORT"},{"userId":"\u003cstring\u003e","handle":"\u003cstring\u003e","updatedAt":"\u003cstring\u003e","reportType":"REPORT"}],"error":"\u003cboolean\u003e"}