cURL
curl --request GET \ --url https://api.example.com/ui-events/stats
[ { "app_name": "<string>", "event_type": "<string>", "count": 123 } ]
Event statistics
Was this page helpful?