GET
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
regions
/
{regionId}
/
languages
curl --request GET \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/regions/{regionId}/languages \
  --header 'x-api-key: <api-key>'
{
  "offset": 123,
  "count": 123,
  "total": 123,
  "items": [
    {
      "name": "<string>",
      "regionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "consentBanner": {
        "title": "<string>",
        "text": "<string>",
        "link": "<string>",
        "acceptButton": "<string>",
        "denyButton": "<string>",
        "customizeButton": "<string>"
      },
      "floatingButton": {
        "tab": "<string>"
      },
      "privacyCenter": {
        "tabTitle": "<string>",
        "consentHistory": {
          "title": "<string>"
        },
        "disclosures": {
          "title": "<string>",
          "text": "<string>"
        },
        "privacyRequests": {
          "title": "<string>",
          "text": "<string>",
          "optionsTitle": "<string>",
          "optionsButton": "<string>",
          "changeRequest": {
            "title": "<string>",
            "text": "<string>"
          },
          "deleteRequest": {
            "title": "<string>",
            "text": "<string>"
          },
          "doNotSellRequest": {
            "title": "<string>",
            "text": "<string>"
          },
          "viewRequest": {
            "title": "<string>",
            "text": "<string>"
          }
        }
      },
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "dateCreated": 123,
      "dateUpdated": 123
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string
required
projectId
string
required
regionId
string
required

Query Parameters

name
string
Maximum length: 256
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[]