POST
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
trackers
curl --request POST \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/trackers \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "company": "<string>",
  "description": "<string>",
  "domain": "<string>",
  "pattern": "<string>",
  "category": "unclassified",
  "type": "cookie"
}'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string
required
projectId
string
required

Body

application/json
name
string
required
Maximum length: 256
type
enum<string>
required
Available options:
cookie,
script,
iframe,
image,
link
company
string
Maximum length: 256
description
string
domain
string
pattern
string
Maximum length: 256
category
enum<string>
default:unclassified
Available options:
analytics,
functional,
marketing,
strictly_necessary,
unclassified,
ignored,
malicious

Response

201
application/json
Default Response
success
boolean
required