POST
/
organizations
/
{organizationId}
/
data-systems
curl --request POST \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/data-systems \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "crossBorder": false,
  "retention": "P2Y",
  "additionalNotes": "<string>",
  "dataSystemTypeId": "custom",
  "status": "active",
  "dataSystemContacts": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemDestinations": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemOrigins": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemProcessingActivities": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemProcessingPurposes": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemRelationship": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "dataSystemSecurityMeasures": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "dataSystemDataCategories": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "dateCreated": 123,
  "dateUpdated": 123,
  "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "organizationName": "<string>",
  "name": "<string>",
  "crossBorder": false,
  "retention": "P2Y",
  "additionalNotes": "<string>",
  "status": "active",
  "dataSystemContacts": [],
  "dataSystemDestinations": [],
  "dataSystemRelationship": {},
  "dataSystemSecurityMeasures": [
    "<any>"
  ],
  "dataSystemOrigins": [],
  "dataSystemProcessingActivities": [],
  "dataSystemProcessingPurposes": [],
  "dataSystemTypeId": "<string>",
  "dataSystemType": {
    "id": "<string>",
    "name": "<string>",
    "icon": "<string>"
  },
  "dataSystemDataCategories": [],
  "icon": "<string>",
  "projectIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string
required

Body

application/json
name
string
required
Maximum length: 256
dataSystemTypeId
enum<string>
required
Available options:
custom,
activecampaign,
adobe-acrobat,
adobe-marketing-cloud,
adroll,
airship,
airtable,
amazon-dynamodb,
amazon-rds,
amazon-s3,
amazon-ses,
amplitude,
apple-pay,
asana,
auth0,
bamboohr,
basecamp,
bazaarvoice,
bigcommerce,
box,
braintree,
braze,
breezedoc,
buffer,
calendy,
calibermind,
campaign-monitor,
chargebee,
circleci,
clearbit,
clickup,
cloudera,
comscore,
confluence,
confluent,
constant-contact,
contentful,
cookiebot,
cookiepro,
crazyegg,
criteo,
customer-io,
deal-ai,
delighted,
dinero,
discord,
disqus,
docusign,
domo,
drip,
drift,
dropbox,
easywp,
ebay,
eventbrite,
expensify,
facebook,
figma,
freshbooks,
freshdesk,
freshsales,
g2,
github,
gitlab,
google-ad-manager,
google-ads,
google-analytics,
google-bigquery,
google-cloud,
google-data-studio,
google-drive,
google-marketing-platform,
google-optimize,
google-tag-manager,
google-workspace,
gotomeeting,
grafana,
greenhouse,
highspot,
hootsuite,
hubspot,
intercom,
iterable,
jira-service-desk,
jira-software-cloud,
klaviyo,
linkedin,
liveramp,
looker,
magento,
mailchimp,
mailgun,
mandrill,
marketo,
mautic,
microsoft-azure,
microsoft-dynamics-365,
microsoft-office-365,
microsoft-power-bi,
mixpanel,
mode,
mongodb,
netlify,
netsuite,
neverbounce,
namecheap,
new-relic,
okta,
onetrust,
optimizely,
papertrail,
patreon,
paypal,
pendo,
pickaxe,
pinterest,
pipedrive,
postgresql,
qualtrics,
quickbooks-online,
sailthru,
salesforce,
salesforce-marketing-cloud,
salesloft,
sap-analytics-cloud,
sap-crm,
sap-hana,
sap-marketing-cloud,
segment,
sendinblue,
sendoso,
shipmondo,
shipstation,
shopify,
sitecore,
slack,
snapchat,
snowflake,
sprinklr,
sprout-social,
square,
squarespace,
stripe,
sugarcrm,
surveymonkey,
tableau,
tealium,
teamwork,
thrivecart,
trello,
trustarc,
twilio,
twilio-sendgrid,
twitter,
typeform,
unbounce,
webflow,
woocommerce,
xero,
youtube,
zendesk,
zoom,
zoominfo
status
enum<string>
required
Available options:
active,
archived,
test
crossBorder
boolean
default:false
retention
string
default:P2Y
additionalNotes
string
Maximum length: 1024
dataSystemContacts
string[]
dataSystemDestinations
string[]
dataSystemOrigins
string[]
dataSystemProcessingActivities
string[]
dataSystemProcessingPurposes
string[]
dataSystemRelationship
string
dataSystemSecurityMeasures
string[]
dataSystemDataCategories
string[]

Response

201
application/json
Default Response
id
string
required
dateCreated
integer
required
dateUpdated
integer
required
organizationId
string
required
organizationName
string
required
name
string
required
Maximum length: 256
status
enum<string>
required
Available options:
active,
archived,
test
dataSystemTypeId
string
required
Maximum length: 256
dataSystemType
object
required
crossBorder
boolean
default:false
retention
string
default:P2Y
additionalNotes
string
dataSystemContacts
object[]
dataSystemDestinations
object[]
dataSystemRelationship
object
dataSystemSecurityMeasures
any[]
dataSystemOrigins
object[]
dataSystemProcessingActivities
object[]
dataSystemProcessingPurposes
object[]
dataSystemDataCategories
object[]
icon
string
projectIds
string[]