---
title: "Couples Salsa Class"
description: "<p>OC Clave Collective Presents: Couples Salsa Class!</p><p>Bring your partner, date, bestie, or favorite plus one for a fun and beginner-friendly salsa experience. All levels are welcome! No previous"
canonical: "https://www.gomry.com/event/Couples-Salsa-Class-wBdF3FzyuFgseCCToG4C"
---

# Couples Salsa Class

- **Event id**: `wBdF3FzyuFgseCCToG4C`
- **Starts**: 2026-10-18T19:30:00.000Z (America/Los_Angeles)
- **Ends**: 2026-10-18T21:00:00.000Z (America/Los_Angeles)
- **Organizer**: Queer Latin Dane OC
- **Availability**: `on_sale`
- **Price**: 35.00 usd
- **Page**: https://www.gomry.com/event/Couples-Salsa-Class-wBdF3FzyuFgseCCToG4C?utm_medium=web&utm_campaign=catalogApi

## About

<p>OC Clave Collective Presents: Couples Salsa Class!</p><p>Bring your partner, date, bestie, or favorite plus one for a fun and beginner-friendly salsa experience. All levels are welcome! No previous dance experience needed.</p><p>Your entry includes:</p><p>✨ Salsa instruction<br>🥤 Soft drinks<br>🍿 Snacks<br>💃🏽 Guided practice with personalized feedback</p><p>📅 Sunday, October 18, 2026<br>⏰ 12:30–2:00 PM<br>📍 Atomic Ballroom, Irvine<br>🎟️ $35 per couple</p><p>Space is limited to only 15 couples, so reserve your spot early!</p><p>🏳️‍🌈 All couples and partnerships are welcome.</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `gBTtP369wIIS5AD6egV6` | Couple Ticket | 35.00 | usd | yes | 1–unlimited | 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": "gBTtP369wIIS5AD6egV6",
      "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
