curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/regions \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"name": "<string>",
"regions": "default",
"customScript": "<string>",
"settings": {
"branding": {
"buttonRadius": "6px",
"cardRadius": "6px",
"font": "Arial",
"logoUrl": "<string>",
"primaryColor": "<string>",
"secondaryColor": "<string>",
"poweredByConcord": true
},
"consent": {
"blockingMode": "disabled",
"consentMode": "implied",
"consentBanner": {
"enabled": true,
"layout": "bar",
"position": [
"<any>"
],
"policy": {
"createdAt": [
"<any>"
],
"updatedAt": [
"<any>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"category": "disclosure",
"subcategory": [
"<any>"
],
"label": "<string>",
"version": 123,
"dateCreated": "2023-11-07T05:31:56Z",
"dateUpdated": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"document": "<string>",
"url": "<string>",
"readOnly": false,
"validStates": [
"implied"
],
"status": "active",
"consentDuration": "<string>",
"required": false,
"requireReacceptVersion": 123
},
"title": true,
"theme": "light",
"closeButton": true,
"denyButton": true,
"customizeButton": true
},
"doNotSell": false,
"consentDuration": 12,
"gcm": "disabled",
"gcmPolicy": "https://business.safety.google/privacy",
"gpc": false,
"limitPii": false
},
"crossSiteTracking": false,
"floatingButton": {
"enabled": true,
"circleOffsetX": "24px",
"circleOffsetY": "24px",
"tabOffsetY": "256px",
"position": "right",
"theme": "light",
"type": "circle",
"icon": "cookie"
},
"placeholders": {
"enabled": true,
"theme": "light"
},
"privacyCenter": {
"consentHistory": true,
"disclosures": true,
"privacyRequests": true,
"doNotSellRequests": true,
"position": "right",
"theme": "light"
}
},
"language": {
"enabled": false
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"slug": "<string>"
}
]
}
Gets regions for a project.
curl --request GET \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/regions \
--header 'x-api-key: <api-key>'
{
"offset": 123,
"count": 123,
"total": 123,
"items": [
{
"name": "<string>",
"regions": "default",
"customScript": "<string>",
"settings": {
"branding": {
"buttonRadius": "6px",
"cardRadius": "6px",
"font": "Arial",
"logoUrl": "<string>",
"primaryColor": "<string>",
"secondaryColor": "<string>",
"poweredByConcord": true
},
"consent": {
"blockingMode": "disabled",
"consentMode": "implied",
"consentBanner": {
"enabled": true,
"layout": "bar",
"position": [
"<any>"
],
"policy": {
"createdAt": [
"<any>"
],
"updatedAt": [
"<any>"
],
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"category": "disclosure",
"subcategory": [
"<any>"
],
"label": "<string>",
"version": 123,
"dateCreated": "2023-11-07T05:31:56Z",
"dateUpdated": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"document": "<string>",
"url": "<string>",
"readOnly": false,
"validStates": [
"implied"
],
"status": "active",
"consentDuration": "<string>",
"required": false,
"requireReacceptVersion": 123
},
"title": true,
"theme": "light",
"closeButton": true,
"denyButton": true,
"customizeButton": true
},
"doNotSell": false,
"consentDuration": 12,
"gcm": "disabled",
"gcmPolicy": "https://business.safety.google/privacy",
"gpc": false,
"limitPii": false
},
"crossSiteTracking": false,
"floatingButton": {
"enabled": true,
"circleOffsetX": "24px",
"circleOffsetY": "24px",
"tabOffsetY": "256px",
"position": "right",
"theme": "light",
"type": "circle",
"icon": "cookie"
},
"placeholders": {
"enabled": true,
"theme": "light"
},
"privacyCenter": {
"consentHistory": true,
"disclosures": true,
"privacyRequests": true,
"doNotSellRequests": true,
"position": "right",
"theme": "light"
}
},
"language": {
"enabled": false
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"slug": "<string>"
}
]
}
256
2
6
16
x >= 0
1 <= x <= 1000
Default Response
The response is of type object
.