Return event counts grouped by country
cURL
curl --request GET \ --url https://api.intrace.ai/v1/events/country-counts \ --header 'X-API-Key: <api-key>'
{ "counts": [ { "country": "<string>", "count": 123 } ] }
Counts grouped by country.
Show child attributes