cURL
curl --request GET \ --url https://public-api.adclear.ai/v1/target-markets \ --header 'Authorization: Bearer <token>' \ --header 'X-External-User-Email: <x-external-user-email>' \ --header 'X-External-User-ID: <x-external-user-id>'
{ "targetMarkets": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>" } ] }
Unkey API key passed as Bearer token
External user identifier from the calling system
External user email from the calling system
Target markets list
Show child attributes