---
title: "Displays an overview for the Box Office"
method: GET
path: "/v1/overview"
tags: ["Overview"]
---

# Displays an overview for the Box Office

`GET /v1/overview`

This endpoint will show statistics information on the user's Box Office

## Response `200`

Successfully returned statistics information

- Overview
  - `box_office_name` string
  - `climate_impact` object, nullable — Climate impact summary for the Box Office
    - `contribution` integer, required — Amount contributed to climate charities, in the smallest currency unit (e.g. cents)
    - `estimated_footprint` integer, required — Estimated carbon footprint, in grams of CO2
  - `credits` number — Credit balance for the Box Office
  - `currency` object — Information about revenue currency
    - `code` 'gbp' | 'usd' | 'eur' | 'sgd' | 'aud' | 'brl' | 'cad' | 'czk' | 'dkk' | 'hkd' | 'huf' | 'ils' | 'jpy' | 'myr' | 'mxn' | 'nok' | 'nzd' | 'php' | 'pln' | 'rub' | 'sek' | 'chf' | 'twd' | 'thb' | 'try', required
    - `base_multiplier` integer, required — Base multiplier for conversions
    - `symbol` string, required
  - `event_occurrences_draft` number
  - `event_occurrences_published` number
  - `event_series_draft` number
  - `event_series_published` number
  - `next_event_in` number, nullable — Time until the next scheduled event, measured in days
  - `orders_received` number — Orders received in the reporting period
  - `period` string
  - `revenue` number
  - `total_issued_tickets` number
  - `waitlist_signups` number — Waitlist sign-ups received in the reporting period

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
