curl --request POST \
--url https://api.concord.tech/privacy-v1/organizations \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"primaryDomain": "localhost",
"privacyPolicyUrl": "<string>",
"contactEmails": [
"[email protected]"
],
"coupons": [
"<string>"
],
"regionTemplate": {
"name": "<string>",
"regions": "default",
"customScript": "<string>",
"settings": {
"branding": {
"buttonRadius": "<string>",
"cardRadius": "<string>",
"font": "<string>",
"logoUrl": "<string>",
"primaryColor": "<string>",
"secondaryColor": "<string>",
"poweredByConcord": true
},
"consent": {
"blockingMode": "disabled",
"consentMode": "implied",
"consentBanner": {
"enabled": true,
"layout": "bar",
"position": [
"<unknown>"
],
"policy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": true,
"theme": "brand",
"closeButton": true,
"denyButton": true,
"customizeButton": true,
"showGooglePrivacyPolicy": true
},
"doNotSell": true,
"consentDuration": 123,
"gcm": "disabled",
"gpc": true,
"limitPii": true
},
"crossSiteTracking": true,
"floatingButton": {
"enabled": true,
"circleOffsetX": "<string>",
"circleOffsetY": "<string>",
"tabOffsetY": "<string>",
"position": "<string>",
"theme": "brand",
"type": "circle",
"icon": "cookie"
},
"placeholders": {
"enabled": true,
"theme": "brand"
},
"privacyCenter": {
"consentHistory": true,
"disclosures": true,
"privacyRequests": true,
"doNotSellRequests": true,
"position": "<string>",
"theme": "brand"
}
},
"language": {
"enabled": true
}
},
"organizationSlug": "<string>",
"subscription": {
"interval": "month",
"plan": "free",
"addons": {
"dataSystems": 1,
"domains": 1,
"policies": 1,
"users": 1
},
"collectPayment": true,
"test": false
},
"termsOfServiceUrl": "<string>"
}
'{
"name": "<string>",
"dateCreated": 123,
"dateUpdated": 123,
"primaryDomain": "<string>",
"slug": "<string>",
"statusDate": 123,
"statusFlags": {
"isActive": [
"<unknown>"
]
},
"createdAt": [
"<unknown>"
],
"updatedAt": [
"<unknown>"
],
"defaultProjectId": [
"<unknown>"
],
"billingEmails": [
"<unknown>"
],
"billingPhoneNumber": [
"<unknown>"
],
"billingAddress": [
"<unknown>"
],
"subscription": [
"<unknown>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projects": [
{
"dateCreated": 123,
"dateUpdated": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"settings": {
"trackers": {
"deepScan": false,
"realTimeScan": false,
"lastRealTimeScan": 123
}
},
"slug": "<string>",
"statusFlags": {
"isActive": [
"<unknown>"
],
"isTest": [
"<unknown>"
]
},
"type": "website",
"default": [
"<unknown>"
],
"contactEmail": "[email protected]",
"contactEmails": [
"[email protected]"
],
"mode": [
"<unknown>"
],
"organization": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"status": "<string>"
},
"sendFromEmailId": "default",
"sendFromEmail": {
"id": "default",
"email": "[email protected]",
"name": "<string>"
},
"status": "active"
}
],
"status": "active",
"features": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"stripe": {
"customerId": "<string>",
"subscriptionId": "<string>",
"clientSecret": "<string>"
}
}Creates a new organization.
curl --request POST \
--url https://api.concord.tech/privacy-v1/organizations \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"primaryDomain": "localhost",
"privacyPolicyUrl": "<string>",
"contactEmails": [
"[email protected]"
],
"coupons": [
"<string>"
],
"regionTemplate": {
"name": "<string>",
"regions": "default",
"customScript": "<string>",
"settings": {
"branding": {
"buttonRadius": "<string>",
"cardRadius": "<string>",
"font": "<string>",
"logoUrl": "<string>",
"primaryColor": "<string>",
"secondaryColor": "<string>",
"poweredByConcord": true
},
"consent": {
"blockingMode": "disabled",
"consentMode": "implied",
"consentBanner": {
"enabled": true,
"layout": "bar",
"position": [
"<unknown>"
],
"policy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": true,
"theme": "brand",
"closeButton": true,
"denyButton": true,
"customizeButton": true,
"showGooglePrivacyPolicy": true
},
"doNotSell": true,
"consentDuration": 123,
"gcm": "disabled",
"gpc": true,
"limitPii": true
},
"crossSiteTracking": true,
"floatingButton": {
"enabled": true,
"circleOffsetX": "<string>",
"circleOffsetY": "<string>",
"tabOffsetY": "<string>",
"position": "<string>",
"theme": "brand",
"type": "circle",
"icon": "cookie"
},
"placeholders": {
"enabled": true,
"theme": "brand"
},
"privacyCenter": {
"consentHistory": true,
"disclosures": true,
"privacyRequests": true,
"doNotSellRequests": true,
"position": "<string>",
"theme": "brand"
}
},
"language": {
"enabled": true
}
},
"organizationSlug": "<string>",
"subscription": {
"interval": "month",
"plan": "free",
"addons": {
"dataSystems": 1,
"domains": 1,
"policies": 1,
"users": 1
},
"collectPayment": true,
"test": false
},
"termsOfServiceUrl": "<string>"
}
'{
"name": "<string>",
"dateCreated": 123,
"dateUpdated": 123,
"primaryDomain": "<string>",
"slug": "<string>",
"statusDate": 123,
"statusFlags": {
"isActive": [
"<unknown>"
]
},
"createdAt": [
"<unknown>"
],
"updatedAt": [
"<unknown>"
],
"defaultProjectId": [
"<unknown>"
],
"billingEmails": [
"<unknown>"
],
"billingPhoneNumber": [
"<unknown>"
],
"billingAddress": [
"<unknown>"
],
"subscription": [
"<unknown>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projects": [
{
"dateCreated": 123,
"dateUpdated": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"settings": {
"trackers": {
"deepScan": false,
"realTimeScan": false,
"lastRealTimeScan": 123
}
},
"slug": "<string>",
"statusFlags": {
"isActive": [
"<unknown>"
],
"isTest": [
"<unknown>"
]
},
"type": "website",
"default": [
"<unknown>"
],
"contactEmail": "[email protected]",
"contactEmails": [
"[email protected]"
],
"mode": [
"<unknown>"
],
"organization": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"status": "<string>"
},
"sendFromEmailId": "default",
"sendFromEmail": {
"id": "default",
"email": "[email protected]",
"name": "<string>"
},
"status": "active"
}
],
"status": "active",
"features": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"stripe": {
"customerId": "<string>",
"subscriptionId": "<string>",
"clientSecret": "<string>"
}
}The name of the new organization
2 - 1024localhost, 127.0.0.1, ::1 32Show child attributes
256default Show child attributes
Show child attributes
Show child attributes
disabled, discovery, permissive, strict implied, express Show child attributes
bar, box brand, light, dark disabled, basic, advanced Show child attributes
brand, light, dark circle, tab cookie, fingerprint, shield Show child attributes
brand, light, dark, classic 256Show child attributes
month, year free, lite, essentials, pro, premium, enterprise, appSumoTierOne, appSumoTierTwo, appSumoTierThree, appSumoTierFour, appSumoTierFive, appSumoTierSix, appSumoTierSeven, appSumoTierEight, appSumoTierNine, appSumoTierTen, appSumoTierEleven, appSumoTierTwelve, appSumoTierThirteen, appSumoTierFourteen, appSumoTierFifteen, appSumoTierSixteen, appSumoTierSeventeen, appSumoTierEighteen, appSumoTierNineteen, appSumoTierTwenty Default Response
2 - 1024256Show child attributes
2 - 1024256website default active, test, archived active, suspended, disabled, deleted