Trackers
Get trackers
Gets the trackers for a project.
x-api-key<token>
In: header
Path Parameters
organizationIdstring
Format
uuidprojectIdstring
Format
uuidQuery Parameters
id?|string
name?string
Length
length <= 256type?string
Value in
"cookie" | "script" | "iframe" | "image" | "link" | "local_storage" | "session_storage"category?string
Value in
"analytics" | "functional" | "marketing" | "strictly_necessary" | "unclassified" | "ignored" | "malicious"pattern?string
Length
length <= 256company?string
Length
length <= 256domain?string
Length
length <= 128description?string
origin?string
Origin of the tracker entry: autoscan (detected by scanning systems) or manual (added directly by a user via the UI or API)
Value in
"autoscan" | "manual"sort?string
order?string
offset?integer
Default
0Range
0 <= valuelimit?integer
Default
1500Range
value <= 2000Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.concord.tech/privacy-v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/trackers"{
"offset": 0,
"count": 0,
"total": 0,
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"dateCreated": 0,
"dateUpdated": 0,
"dateDetected": 0,
"company": "string",
"organization": "452c1a86-a0af-475b-b03f-724878b0f387",
"project": "9ec8a81a-31b2-4a83-bcd8-cef9150932d2",
"name": "string",
"description": "string",
"domain": "string",
"category": "analytics",
"pattern": "string",
"origin": "autoscan",
"type": "cookie",
"expiration": 0
}
]
}{
"statusCode": 404,
"error": "Not Found",
"message": "string"
}{
"statusCode": 404,
"error": "Not Found",
"message": "Forbidden"
}{
"statusCode": 403,
"error": "Forbidden",
"message": "Forbidden"
}{
"statusCode": 404,
"error": "Not Found",
"message": "Not Found"
}{
"statusCode": 422,
"error": "Unprocessable Entity",
"message": "string"
}{
"statusCode": 500,
"error": "Internal Server Error",
"message": "Internal Server Error"
}