Trackers

Get trackers

Gets the trackers for a project.

GET
/organizations/{organizationId}/projects/{projectId}/trackers
x-api-key<token>

In: header

Path Parameters

organizationIdstring
Formatuuid
projectIdstring
Formatuuid

Query Parameters

id?|string
name?string
Lengthlength <= 256
type?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
Lengthlength <= 256
company?string
Lengthlength <= 256
domain?string
Lengthlength <= 128
description?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
Default0
Range0 <= value
limit?integer
Default1500
Rangevalue <= 2000

Response 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"
}