---
title: "Dear Evan Hansen"
description: "The performance of Dear Evan Hansen will take place at the Short North Stage at Garden Theater in Columbus. The event is scheduled for January 29, 2027."
canonical: "https://www.gomry.com/event/Dear-Evan-Hansen-9PJejmcQNM7ebBw7edjy"
---

# Dear Evan Hansen

- **Event id**: `9PJejmcQNM7ebBw7edjy`
- **Starts**: 2027-01-30T00:00:00.000Z (Etc/GMT+5)
- **Ends**: 2027-01-30T03:00:00.000Z (Etc/GMT+5)
- **Where**: Short North Stage at Garden Theater - Columbus, Columbus, US
- **Organizer**: Gomry Retail
- **Availability**: `on_sale`
- **Price**: 107.50–119.33 usd
- **Page**: https://www.gomry.com/event/Dear-Evan-Hansen-9PJejmcQNM7ebBw7edjy?utm_medium=web&utm_campaign=catalogApi

## About

The performance of Dear Evan Hansen will take place at the Short North Stage at Garden Theater in Columbus. The event is scheduled for January 29, 2027.

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `external:victory_live%3A6300248732` | FLOOR LEFT · K | 107.50 | usd | yes | 1–4 | no | — |
| `external:victory_live%3A6300248857` | MAIN FLOOR RIGHT · K. | 116.97 | usd | yes | 1–2 | no | — |
| `external:victory_live%3A6300248818` | MAIN FLOOR LEFT · K. | 119.33 | usd | yes | 1–5 | no | — |

Prices exclude the service fee. `buyable now` is a boolean, not a count —
remaining stock is the organizer's information and is not published; create
a checkout session to find out whether a given quantity fits.

## Buying this with an agent

The `ticket type id` column above is `items[].id` below. This body is
complete and can be sent as it stands, with the buyer details replaced:

```
POST https://www.gomry.com/api/v1/checkout_sessions
Authorization: Bearer <token>
API-Version: 2025-09-12
Content-Type: application/json

{
  "items": [
    {
      "id": "external:victory_live%3A6300248732",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  }
}
```

The response `totals` is the authoritative price — it includes the service
fee, which is not in the table above and depends on the cart and the
organizer's fee settings. Never compute a total from this document.

No human is needed for the credential: register at `https://www.gomry.com/api/mcp/oauth/register`
for the `client_credentials` grant. Full flow: https://www.gomry.com/auth.md
