Tracker scans
Update tracker scan
Updates a tracker scan result.
x-api-key<token>
In: header
Path Parameters
organizationIdstring
Format
uuidprojectIdstring
Format
uuididstring
Format
uuidaddedToProject?boolean
category?string
Value in
"analytics" | "functional" | "marketing" | "strictly_necessary" | "unclassified" | "ignored" | "malicious"company?string
domain?string
description?string
expiration?integer
name?string
Length
length <= 256matchType?string
Value in
"global" | "project" | "new"matchedTrackerId?string
Format
uuidpattern?string
type?string
Value in
"cookie" | "script" | "iframe" | "image" | "link"Response Body
application/json
curl -X PATCH "https://api.concord.tech/privacy-v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/tracker-scans/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{
"addedToProject": true,
"category": "analytics",
"company": "string",
"dateCreated": 0,
"dateUpdated": 0,
"domain": "string",
"expiration": 0,
"dateDetected": 0,
"description": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"matchType": "global",
"matchedTrackerId": "string",
"name": "string",
"origin": "site-client",
"pattern": "string",
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"projectDomain": "string",
"type": "cookie"
}