> ## Documentation Index
> Fetch the complete documentation index at: https://developers.concord.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Create data system

> Creates a new data system.



## OpenAPI

````yaml https://api.concord.tech/docs/json/privacy-v1/ post /organizations/{organizationId}/data-systems
openapi: 3.1.0
info:
  title: Concord Privacy API
  description: >-
    The Concord Privacy API provide full access to the Concord platform for
    registered organizations.
  version: 3.29.6
  contact:
    email: support@concord.tech
    name: Concord Technologies Inc.
    url: https://www.concord.tech
  license:
    name: Proprietary
    url: https://www.concord.tech/legal/saas-agreement
  termsOfService: https://www.concord.tech/legal/saas-agreement
servers:
  - url: https://api.concord.tech/privacy-v1
    description: Concord Privacy API
security:
  - ApiKeyAuth: []
tags:
  - name: API Keys
    description: API Key endpoints.
  - name: Consent Events
    description: Consent event endpoints.
  - name: Consent Types
    description: Consent type endpoints.
  - name: Compliance Requests
    description: Compliance request endpoints.
  - name: Data Systems
    description: Data System endpoints.
  - name: Domains
    description: Domain endpoints.
  - name: Emails
    description: Emails endpoints.
  - name: GCM Scans
    description: GCM Scan endpoints.
  - name: Health Check
    description: Health Check endpoints.
  - name: Metrics
    description: Metrics endpoints.
  - name: Permissions
    description: Permission endpoints.
  - name: Policies
    description: Policy endpoints.
  - name: Projects
    description: Project endpoints.
  - name: Languages
    description: Language endpoints.
  - name: Organizations
    description: Organization endpoints.
  - name: Regions
    description: Region template endpoints.
  - name: Sessions
    description: Session endpoints.
  - name: Trackers
    description: Tracker endpoints.
  - name: Tracker Scans
    description: Tracker Scan endpoints.
  - name: Users
    description: Users endpoints.
  - name: Subscriptions
    description: Subscription endpoints.
paths:
  /organizations/{organizationId}/data-systems:
    post:
      tags:
        - Data Systems
      summary: Create data system
      description: Creates a new data system.
      operationId: post_privacy_v1_organizations_organizationid_data_systems
      parameters:
        - schema:
            type: string
            format: uuid
          in: path
          name: organizationId
          required: true
      requestBody:
        content:
          application/json:
            schema:
              anyOf:
                - type: object
                  properties:
                    name:
                      type: string
                      maxLength: 256
                    crossBorder:
                      type: boolean
                      default: false
                    retention:
                      type: string
                      default: P2Y
                      format: duration
                    additionalNotes:
                      type: string
                      maxLength: 1024
                    dataSystemTypeId:
                      type: string
                      enum:
                        - 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:
                      type: string
                      enum:
                        - active
                        - archived
                        - test
                    dataSystemContacts:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemDestinations:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemOrigins:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemProcessingActivities:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemProcessingPurposes:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemRelationship:
                      type: string
                      format: uuid
                    dataSystemSecurityMeasures:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemDataCategories:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemDataSubjects:
                      type: array
                      items:
                        type: string
                        format: uuid
                    projectIds:
                      type: array
                      items:
                        type: string
                        format: uuid
                  required:
                    - name
                    - dataSystemTypeId
                    - status
                  additionalProperties: false
                - type: object
                  properties:
                    name:
                      type: string
                      maxLength: 256
                    globalDataSystemId:
                      type: string
                      format: uuid
                    status:
                      type: string
                      enum:
                        - active
                        - archived
                        - test
                    crossBorder:
                      type: boolean
                      default: false
                    retention:
                      type: string
                      default: P2Y
                      format: duration
                    additionalNotes:
                      type: string
                      maxLength: 1024
                    dataSystemContacts:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemDestinations:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemOrigins:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemProcessingActivities:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemProcessingPurposes:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemRelationship:
                      type: string
                      format: uuid
                    dataSystemSecurityMeasures:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemDataCategories:
                      type: array
                      items:
                        type: string
                        format: uuid
                    dataSystemDataSubjects:
                      type: array
                      items:
                        type: string
                        format: uuid
                    projectIds:
                      type: array
                      items:
                        type: string
                        format: uuid
                    icon:
                      type: string
                  required:
                    - name
                    - globalDataSystemId
                    - status
                  additionalProperties: false
      responses:
        '201':
          description: Default Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: string
                    format: uuid
                  dateCreated:
                    type: integer
                  dateUpdated:
                    type: integer
                  organizationId:
                    type: string
                    format: uuid
                  organizationName:
                    type: string
                  name:
                    type: string
                    maxLength: 256
                  crossBorder:
                    type: boolean
                    default: false
                  retention:
                    type: string
                    default: P2Y
                    format: duration
                  additionalNotes:
                    oneOf:
                      - type: string
                  status:
                    type: string
                    enum:
                      - active
                      - archived
                      - test
                  dataSystemContacts:
                    type: array
                    default: []
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          format: uuid
                        name:
                          type: string
                          maxLength: 256
                      required:
                        - id
                        - name
                      additionalProperties: false
                  dataSystemDestinations:
                    type: array
                    default: []
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          format: uuid
                        name:
                          type: string
                          maxLength: 256
                      required:
                        - id
                        - name
                      additionalProperties: false
                  dataSystemRelationship:
                    oneOf:
                      - type: object
                  dataSystemSecurityMeasures:
                    oneOf:
                      - type: array
                        items: {}
                  dataSystemOrigins:
                    type: array
                    default: []
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          format: uuid
                        name:
                          type: string
                          maxLength: 256
                      required:
                        - id
                        - name
                      additionalProperties: false
                  dataSystemProcessingActivities:
                    type: array
                    default: []
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          format: uuid
                        name:
                          type: string
                          maxLength: 256
                      required:
                        - id
                        - name
                      additionalProperties: false
                  dataSystemProcessingPurposes:
                    type: array
                    default: []
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          format: uuid
                        name:
                          type: string
                          maxLength: 256
                      required:
                        - id
                        - name
                      additionalProperties: false
                  dataSystemTypeId:
                    type: string
                    maxLength: 256
                  dataSystemType:
                    type: object
                    properties:
                      id:
                        type: string
                        maxLength: 256
                      name:
                        type: string
                        maxLength: 256
                      icon:
                        type: string
                    required:
                      - id
                      - name
                    additionalProperties: false
                  dataSystemDataCategories:
                    type: array
                    default: []
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          format: uuid
                        name:
                          type: string
                          maxLength: 256
                        pIIType:
                          oneOf:
                            - type: string
                      required:
                        - id
                        - name
                      additionalProperties: false
                  dataSystemDataSubjects:
                    type: array
                    default: []
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          format: uuid
                        name:
                          type: string
                          maxLength: 256
                      required:
                        - id
                        - name
                      additionalProperties: false
                  icon:
                    type: string
                  projectIds:
                    type: array
                    items:
                      type: string
                      format: uuid
                required:
                  - id
                  - dateCreated
                  - dateUpdated
                  - organizationId
                  - organizationName
                  - name
                  - status
                  - dataSystemTypeId
                  - dataSystemType
                additionalProperties: false
        '400':
          description: Bad request response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 404
                    description: The status code of the request.
                  error:
                    type: string
                    default: Not Found
                    description: The error string for the status code.
                  message:
                    type: string
                    description: Description of the error encounted.
                required:
                  - statusCode
                  - error
                  - message
        '401':
          description: Unauthorized response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 404
                    description: The status code of the request.
                  error:
                    type: string
                    default: Not Found
                    description: The error string for the status code.
                  message:
                    type: string
                    default: Forbidden
                required:
                  - statusCode
                  - error
                  - message
        '403':
          description: Forbidden response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 403
                    description: The status code of the request.
                  error:
                    type: string
                    default: Forbidden
                  message:
                    type: string
                    default: Forbidden
                required:
                  - statusCode
                  - error
                  - message
        '404':
          description: Not found response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 404
                  error:
                    type: string
                    default: Not Found
                  message:
                    type: string
                    default: Not Found
                required:
                  - statusCode
                  - error
                  - message
        '422':
          description: Unprocessable Entity response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 422
                  error:
                    type: string
                    default: Unprocessable Entity
                  message:
                    type: string
                    description: Description of the error encounted.
                required:
                  - statusCode
                  - error
                  - message
        '500':
          description: Internal server error response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  statusCode:
                    type: integer
                    format: int32
                    default: 500
                  error:
                    type: string
                    default: Internal Server Error
                  message:
                    type: string
                    default: Internal Server Error
                    description: Will always be "Internal Server Error"
                required:
                  - statusCode
                  - error
                  - message
components:
  securitySchemes:
    ApiKeyAuth:
      name: x-api-key
      type: apiKey
      in: header
      description: ''

````