Get event totals
documentedReturn aggregated totals for an event (sales, tickets, etc.).
GET /events/{id}/totals.jsonEventsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.ticketbud.com/events/{{$id}}/totals.json?access_token={{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \