ShowQL query for event analytics Tim Funk August 22, 2024 18:02 This page provides some great example queries to fetch analytics. But its missing (to me) how to paste that query into a call (or something else). https://docs.api.showpad.com/docs/apis/reporting/content-reporting/example-queries#user-engagement-examples I'd think I'd call something like this - But I've have no luck as well as this curl command is /events specific and the examples page also accesses other pages. curl --request POST \ --url https://$company.api.showpad.com/api/v3/exports/events \ --header 'Authorization: Bearer $TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "query": "$QUERY_HERE"}' 0