Skip to main content
GET
/
v1
/
jurisdictions
List available jurisdictions
curl --request GET \
  --url https://public-api.adclear.ai/v1/jurisdictions \
  --header 'Authorization: Bearer <token>' \
  --header 'X-External-User-ID: <x-external-user-id>'
{
  "jurisdictions": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "countryCode": "<string>"
    }
  ],
  "correlationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Unkey API key passed as Bearer token

Headers

X-External-User-ID
string
required

External user identifier from the calling system

X-External-User-Email
string<email>

External user email from the calling system

Response

Jurisdictions list

jurisdictions
object[]
required
correlationId
string<uuid>
required

Correlation ID for request tracing. Include in support requests.