Projects
Create new project
Compliance Requests
- GETGet organization level compliance requests
- GETGet organization level compliance requests events
- GETGet project level compliance requests
- POSTCreate compliance request(s)
- PATCHUpdate compliance request
- DELDelete a compliance request file
- POSTUpload a compliance request file
- GETGet project level compliance requests events
Consent Events
Data Systems
- DELDelete data system contact
- PATCHUpdate data system contact
- GETGet data system contacts
- POSTCreate data system contact
- DELDelete data system destination
- PATCHUpdate data system destination
- GETGet data system destinations
- POSTCreate data system destination
- DELDelete data system origin
- PATCHUpdate data system origin
- GETGet data system origins
- POSTCreate data system origin
- DELDelete data system processing activity
- PATCHUpdate data system processing activity
- GETGet data system processing activities
- POSTCreate data system processing activity
- DELDelete data system processing purpose
- PATCHUpdate data system processing purpose
- GETGet data system processing purposes
- POSTCreate data system processing purpose
- DELDelete data system relationship
- PATCHUpdate data system relationship
- GETGet data system relationships
- POSTCreate data system relationship
- DELDelete data system security measure
- PATCHUpdate data system security measure
- GETGet data system security measures
- POSTCreate data system security measure
- DELDelete data system
- PATCHUpdate data system
- GETGet data systems
- POSTCreate data system
- DELDelete data system data category
- PATCHUpdate data system data category
- GETGet data system data categories
- POSTCreate data system data category
Organizations
Emails
Languages
Metrics
Consent Types
Projects
Create new project
Create a new project in an organization
POST
/
organizations
/
{organizationId}
/
projects
curl --request POST \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"type": "website",
"contactEmails": [
"jsmith@example.com"
],
"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,
"position": "<string>",
"theme": "brand",
"type": "circle",
"icon": "cookie"
},
"privacyCenter": {
"consentHistory": true,
"disclosures": true,
"privacyRequests": true,
"doNotSellRequests": true,
"position": "<string>",
"theme": "brand"
}
},
"language": {
"enabled": true
}
},
"domains": [
"localhost"
],
"privacyPolicyUrl": "<string>",
"termsOfServiceUrl": "<string>"
}'
{
"default": [
"<any>"
],
"contactEmail": "jsmith@example.com",
"contactEmails": [
"jsmith@example.com"
],
"dateCreated": 123,
"dateUpdated": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"mode": [
"<any>"
],
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"status": "<string>"
},
"sendFromEmailId": "default",
"sendFromEmail": {
"id": "default",
"email": "jsmith@example.com",
"name": "<string>"
},
"slug": "<string>",
"status": "active",
"statusFlags": {
"isActive": [
"<any>"
],
"isTest": [
"<any>"
]
},
"type": "website"
}
Authorizations
Path Parameters
Body
application/json
Required string length:
2 - 1024
Available options:
website
Maximum length:
256
Available options:
default
Available options:
disabled
, discovery
, permissive
, strict
Available options:
implied
, express
Available options:
bar
, box
Available options:
brand
, light
, dark
Available options:
disabled
, basic
, advanced
Available options:
brand
, light
, dark
Available options:
circle
, tab
Available options:
cookie
, fingerprint
, shield
Available options:
brand
, light
, dark
Available options:
localhost
, 127.0.0.1
, ::1
Response
201
application/json
Default Response
Required string length:
3 - 1024
Maximum length:
256
Available options:
website
Available options:
default
Available options:
active
, test
, archived
curl --request POST \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"type": "website",
"contactEmails": [
"jsmith@example.com"
],
"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,
"position": "<string>",
"theme": "brand",
"type": "circle",
"icon": "cookie"
},
"privacyCenter": {
"consentHistory": true,
"disclosures": true,
"privacyRequests": true,
"doNotSellRequests": true,
"position": "<string>",
"theme": "brand"
}
},
"language": {
"enabled": true
}
},
"domains": [
"localhost"
],
"privacyPolicyUrl": "<string>",
"termsOfServiceUrl": "<string>"
}'
{
"default": [
"<any>"
],
"contactEmail": "jsmith@example.com",
"contactEmails": [
"jsmith@example.com"
],
"dateCreated": 123,
"dateUpdated": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"mode": [
"<any>"
],
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"status": "<string>"
},
"sendFromEmailId": "default",
"sendFromEmail": {
"id": "default",
"email": "jsmith@example.com",
"name": "<string>"
},
"slug": "<string>",
"status": "active",
"statusFlags": {
"isActive": [
"<any>"
],
"isTest": [
"<any>"
]
},
"type": "website"
}