---
title: "Come float under the stars"
description: "<p><strong>FLOAT UNDER THE STARS</strong></p><p>An evening to slow down, float, listen — and let the rest of the world disappear for a while.</p><p>Join us at <strong>Masseria San Giovanni</strong> fo"
canonical: "https://www.gomry.com/event/Come-float-under-the-stars-nGgJnd3CCqYmE19DXJZK"
---

# Come float under the stars

- **Event id**: `nGgJnd3CCqYmE19DXJZK`
- **Starts**: 2026-09-26T16:30:00.000Z (Europe/Rome)
- **Ends**: 2026-09-26T19:00:00.000Z (Europe/Rome)
- **Where**: Pozzo Faceto, Italy
- **Organizer**: Puglia Insider Events
- **Availability**: `on_sale`
- **Price**: 35.00 eur
- **Page**: https://www.gomry.com/event/Come-float-under-the-stars-nGgJnd3CCqYmE19DXJZK?utm_medium=web&utm_campaign=catalogApi

## About

<p><strong>FLOAT UNDER THE STARS</strong></p><p>An evening to slow down, float, listen — and let the rest of the world disappear for a while.</p><p>Join us at <strong>Masseria San Giovanni</strong> for a very special <strong>Floating Sound Bath</strong> with Karolina Grassi.</p><p>As night falls, you'll settle onto the water and allow yourself to be carried by the pool while Karolina surrounds you with the sounds of handmade, natural instruments.</p><p>No screens.<br>No schedules.<br>Nowhere else to be.</p><p>Just warm night air, water, sound and a sky full of stars.</p><p>After the session, stay awhile.</p><p>Take a <strong>night swim in the purified seawater pool</strong>, enjoy a glass of wine and share some homemade snacks with the group.</p><p>It's part sound experience, part night swim, part beautiful evening in Puglia — and mostly an invitation to simply stop for a moment.</p><p><strong>Saturday, September 26 · 18:30</strong><br><strong>Masseria San Giovanni – Epoca Collection</strong><br>Pozzo Faceto, Puglia</p><p><strong>€35 per person</strong></p><p>Come alone and meet us there, or <strong>bring someone you love and experience it together.</strong></p><p>Spaces are limited.</p><p><strong>Come float under the stars.</strong></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `0TdURwXrgUCfArBaubPt` | Floating Sound Bath Ticket | 35.00 | eur | yes | 1–2 | no | 2026-09-23T07:47:00.000Z |

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 |
| --- | --- | --- | --- | --- | --- |
| `noc6c9sq5rgpg6lnh3xls` | How did you hear about us? | text | no | yes | — |

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": "0TdURwXrgUCfArBaubPt",
      "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
