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

Authorizations

x-session
string
header
required

Path Parameters

projectId
string
required

Body

application/json
items
object[]

Response

201
application/json
Default Response
success
boolean
required