---
title: "WELCOME PARTY"
description: "<p>✨ WELCOME PARTY ✨</p><p>Ready to experience one of the biggest nights of your Erasmus in Rome? 🇮🇹🌍</p><p>Celebrate the start of the semester with ESN Roma Tre at our official Welcome Party!</p><"
canonical: "https://www.gomry.com/event/WELCOME-PARTY-9c7tpeNFMDCR5fQhNXXE"
---

# WELCOME PARTY

- **Event id**: `9c7tpeNFMDCR5fQhNXXE`
- **Starts**: 2026-09-25T20:00:00.000Z (Europe/Rome)
- **Ends**: 2026-09-25T22:00:00.000Z (Europe/Rome)
- **Where**: Roma, Italia
- **Organizer**: ESN Roma Tre
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/WELCOME-PARTY-9c7tpeNFMDCR5fQhNXXE?utm_medium=web&utm_campaign=catalogApi

## About

<p>✨ WELCOME PARTY ✨</p><p>Ready to experience one of the biggest nights of your Erasmus in Rome? 🇮🇹🌍</p><p>Celebrate the start of the semester with ESN Roma Tre at our official Welcome Party!</p><p>Meet new international friends, dance together, and make memories that will last a lifetime! 🪩</p><p>📍 Where: Riva Gasometro (Riva Ostiense)</p><p>📅 When: Friday, September 25th</p><p>🕒 FREE ENTRY until 1:30 AM</p><p>Get ready for an unforgettable night surrounded by great music, amazing people, and the magical atmosphere of Rome by night. You definitely don’t want to miss this! 🥳✨</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `6dmOAvK6kh6dPQyKYJ3N` | General Admission | free | eur | 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": "6dmOAvK6kh6dPQyKYJ3N",
      "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
