---
title: "Scavenger Hunt"
description: "<p>... mettete il messaggio preparato</p>"
canonical: "https://www.gomry.com/event/Scavenger-Hunt-kyYuYD6HM0yd8kYOPSrB"
---

# Scavenger Hunt

- **Event id**: `kyYuYD6HM0yd8kYOPSrB`
- **Starts**: 2026-10-03T14:00:00.000Z (Europe/Rome)
- **Ends**: 2026-10-03T16:00:00.000Z (Europe/Rome)
- **Where**: Roma, Italia
- **Organizer**: ESN Roma Tre
- **Availability**: `on_sale`
- **Price**: 5.00 eur
- **Page**: https://www.gomry.com/event/Scavenger-Hunt-kyYuYD6HM0yd8kYOPSrB?utm_medium=web&utm_campaign=catalogApi

## About

<p>... mettete il messaggio preparato</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `QYGBbqyMGszwG1CQuhD5` | General Admission | 5.00 | eur | yes | 1–3 | 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.

## Registration questions

| question id | question | type | required | answerable | options |
| --- | --- | --- | --- | --- | --- |
| `58vb3cvr58bdaxkbqu8jbm` | What do you want to drink? | multipleChoice | no | yes | Beer, Wine, Aperol |

Send these back as `attendee_answers` (`{ question_id, value }`). A missing
required answer keeps a checkout session unpayable. `dropdown` and
`multipleChoice` answers must match one of the listed options exactly.

## 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": "QYGBbqyMGszwG1CQuhD5",
      "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
