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>",
"contactEmails": [
"jsmith@example.com"
],
"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": [
"<any>"
],
"policy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": true,
"theme": "brand",
"closeButton": true,
"denyButton": true,
"customizeButton": 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
}
},
"primaryDomain": "localhost",
"organizationSlug": "<string>",
"privacyPolicyUrl": "<string>",
"subscription": {
"interval": "month",
"plan": "free",
"addons": {
"dataSystems": 1,
"domains": 1,
"policies": 1,
"users": 1
},
"collectPayment": true,
"test": false
},
"termsOfServiceUrl": "<string>"
}'