Get all unique cookie name and domain found on all the pages in a given audit run
Unique identification number for web audit
Unique identification number for web audit or journey run
curl -i -X GET \ https://api.observepoint.com/v3/web-audits/107239/runs/33010/cookies \ -H 'Authorization: YOUR_API_KEY_HERE'
OK, return a list of unique cookies found
[ { "name": "string", "domain": "string" } ]