cURL
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" }
Unkey API key passed as Bearer token
External user identifier from the calling system
External user email from the calling system
Jurisdictions list
Show child attributes
Correlation ID for request tracing. Include in support requests.