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
}
Create a new tracker for the current project.
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
}
Default Response
The response is of type object
.