GET
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
regions
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string
required
projectId
string
required

Query Parameters

name
string
Maximum length: 256
regionCountry
string
Maximum length: 2
regionSubDivision
string
Maximum length: 6
Maximum length: 16
blockingMode
enableDoNotSell
boolean
enableGpc
boolean
sort
string
order
string
offset
integer
default:0
Required range: x >= 0
limit
integer
default:100
Required range: 1 <= x <= 1000

Response

200
application/json
Default Response
offset
integer
count
integer
total
integer
items
object[]