cURL
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>", "type": "cookie", "company": "<string>", "description": "<string>", "domain": "<string>", "pattern": "<string>", "category": "unclassified" } ] } '
{ "success": true }
Update the trackers for the current project.
Documentation IndexFetch the complete documentation index at: https://developers.concord.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.concord.tech/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Default Response