List distinct locations (regions/cities) with event counts.
cURL
curl --request GET \ --url https://api.corpus.intrace.ai/v1/locations/regions \ --header 'X-API-Key: <api-key>'
[ { "location": "<string>", "eventCount": 123, "country": "<string>" } ]
Corpus API key
Filter by country
Successful Response