Consent Events
Create consent event(s)
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
Consent Events
Create consent event(s)
Create new consent event(s) in a project.
POST
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
consent-events
curl --request POST \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/consent-events \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"items": [
{
"projectUserId": "<string>",
"userId": "<string>",
"email": "jsmith@example.com",
"phoneNumber": "<string>",
"concordId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"consentType": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"category": "disclosure",
"subcategory": [
"<any>"
],
"label": "<string>",
"consentState": "implied",
"consentAction": "implied",
"consentDate": "2023-11-07T05:31:56Z",
"expirationDate": "2023-11-07T05:31:56Z"
}
]
}'
{
"count": 123,
"items": [
{
"createdAt": [
"<any>"
],
"updatedAt": [
"<any>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"concordId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"consentAction": "implied",
"consentDate": "2023-11-07T05:31:56Z",
"consentState": "implied",
"dateCreated": "2023-11-07T05:31:56Z",
"dateUpdated": "2023-11-07T05:31:56Z",
"consentType": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"expirationDate": "2023-11-07T05:31:56Z",
"organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"session": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ipAddress": "127.0.0.1",
"domain": "localhost",
"geography": "<string>",
"userAgent": "<string>"
},
"submitter": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"category": "disclosure",
"subcategory": [
"<any>"
],
"label": "<string>",
"version": 123
}
]
}
Authorizations
Body
application/json
Available options:
implied
, viewed
, accepted
, declined
Available options:
implied
, user_click
, import
Available options:
disclosure
, communication
, privacy_setting
, custom
Response
201
application/json
Default Response
Available options:
implied
, user_click
, import
Available options:
implied
, viewed
, accepted
, declined
Available options:
disclosure
, communication
, privacy_setting
, custom
Maximum length:
128
curl --request POST \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/consent-events \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"items": [
{
"projectUserId": "<string>",
"userId": "<string>",
"email": "jsmith@example.com",
"phoneNumber": "<string>",
"concordId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"consentType": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"category": "disclosure",
"subcategory": [
"<any>"
],
"label": "<string>",
"consentState": "implied",
"consentAction": "implied",
"consentDate": "2023-11-07T05:31:56Z",
"expirationDate": "2023-11-07T05:31:56Z"
}
]
}'
{
"count": 123,
"items": [
{
"createdAt": [
"<any>"
],
"updatedAt": [
"<any>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"concordId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"consentAction": "implied",
"consentDate": "2023-11-07T05:31:56Z",
"consentState": "implied",
"dateCreated": "2023-11-07T05:31:56Z",
"dateUpdated": "2023-11-07T05:31:56Z",
"consentType": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"expirationDate": "2023-11-07T05:31:56Z",
"organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"session": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ipAddress": "127.0.0.1",
"domain": "localhost",
"geography": "<string>",
"userAgent": "<string>"
},
"submitter": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"category": "disclosure",
"subcategory": [
"<any>"
],
"label": "<string>",
"version": 123
}
]
}