Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List distinct countries with event counts, ordered by count descending.
cURL
curl --request GET \ --url https://api.corpus.intrace.ai/v1/locations/countries \ --header 'X-API-Key: <api-key>'
[ { "country": "<string>", "eventCount": 123 } ]
Corpus API key
Successful Response