Sign in

Get event totals

documented

Return aggregated totals for an event (sales, tickets, etc.).

GET /events/{id}/totals.jsonEventsno implementation yet0 runs
No 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" \
Get event totals · Ticketbud · OpenIntegrations