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

Response

201
application/json
Default Response

The response is of type object.