Organizations
Get organizations
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
Organizations
Get organizations
Gets the organizations that you have access to.
GET
/
organizations
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"createdAt": [
"<any>"
],
"updatedAt": [
"<any>"
],
"defaultProjectId": [
"<any>"
],
"billingEmails": [
"<any>"
],
"billingPhoneNumber": [
"<any>"
],
"billingAddress": [
"<any>"
],
"subscription": [
"<any>"
],
"stripe": [
"<any>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"dateCreated": 123,
"dateUpdated": 123,
"primaryDomain": "<string>",
"slug": "<string>",
"projects": [
{
"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"
}
],
"status": "active",
"statusDate": 123,
"statusFlags": {
"isActive": [
"<any>"
]
},
"features": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
Authorizations
Query Parameters
Maximum length:
64
Maximum length:
64
Available options:
active
, suspended
, disabled
, deleted
Required range:
x >= 0
Required range:
1 <= x <= 1000
Response
200
application/json
Default Response
Required string length:
3 - 1024
Maximum length:
256
Required string length:
3 - 1024
Maximum length:
256
Available options:
website
Available options:
default
Available options:
active
, test
, archived
Available options:
active
, suspended
, disabled
, deleted
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"createdAt": [
"<any>"
],
"updatedAt": [
"<any>"
],
"defaultProjectId": [
"<any>"
],
"billingEmails": [
"<any>"
],
"billingPhoneNumber": [
"<any>"
],
"billingAddress": [
"<any>"
],
"subscription": [
"<any>"
],
"stripe": [
"<any>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"dateCreated": 123,
"dateUpdated": 123,
"primaryDomain": "<string>",
"slug": "<string>",
"projects": [
{
"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"
}
],
"status": "active",
"statusDate": 123,
"statusFlags": {
"isActive": [
"<any>"
]
},
"features": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}