Get cookie report
GET
https://api-gw.perimeterx.com/v1/cookie-report
Returns a list of cookie data for the given Application IDs and domains.
Headers
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
appId=hostDomainmap from strings to stringsRequired
A pair of appId
and hostDomain
keys.
fromintegerOptional
A timestamp, in milliseconds, indicating from what point in time to filter the results by. Defaults to the past 24 hours.
tointegerOptional
A timestamp, in milliseconds, indicating until what point in time to filter the results by. Defaults to the current time.
skipintegerOptionalDefaults to
0
The number of incidents to offset pagination by when returning the results.
takeintegerOptionalDefaults to
20
The number of incidents to display per page when returning the results.
Response
Success
pagingobject or null
datalist of objects or null