curl --request POST \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/gcm-scans \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"domain": "<string>"
}
'{
"taskStarted": true,
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domainsCount": 1
}Start a new gcm scan for the current project or a custom domain.
curl --request POST \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/gcm-scans \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"domain": "<string>"
}
'{
"taskStarted": true,
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"domainsCount": 1
}Optional custom domain to scan instead of project domains.