{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "heroic-pbc",
  "slug": "support",
  "url": "https://ro.am/heroic-pbc/support",
  "displayUrl": "ro.am/heroic-pbc/support",
  "name": "Heroic Support Call",
  "description": "Please only book times with a 24-hour buffer from the time you received the booking link. Thanks! We're here to support you in making the most of your Heroic journey. 🙌",
  "descriptionMarkdown": "Please only book times with a 24-hour buffer from the time you received the booking link. Thanks! We're here to support you in making the most of your Heroic journey. 🙌",
  "organization": {
    "name": "Heroic Enterprises, Public Benefit Corporation"
  },
  "hosts": [
    {
      "name": "Levi Daniels",
      "imageUrl": "https://ro.am/card-images/5e0ea109-eae0-448a-b50c-c1fa0291750c"
    },
    {
      "name": "Taryn Teare",
      "imageUrl": "https://ro.am/card-images/da148822-006c-4cc5-9184-69c9ac2a0501"
    },
    {
      "name": "Sonia Sussmann",
      "imageUrl": "https://ro.am/card-images/3dd42e17-c931-4465-badb-84f9b7cda259"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019a170a-92ea-738a-8a89-cee5874ad2cc",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019a170a-92ea-738a-8a89-d35ef74a1e47",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019a170a-92ea-738a-8a89-d7bf349efcb8",
        "name": "How can we best support you?",
        "type": "short_text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=heroic-pbc&slug=support",
      "description": "Fetch bookable time slots. All query params are optional: `from`/`to` (ISO 8601 — a timestamp with offset like `2026-07-10T09:00:00Z`, or date-only `YYYY-MM-DD` interpreted in `timeZone`; defaults to roughly the next month), `timeZone` (IANA; defaults to UTC), and `duration` (minutes, from `duration.optionsMinutes`). Returned slot `start`/`end` are Unix epoch seconds, as JSON numbers."
    },
    "book": {
      "method": "POST",
      "href": "https://api.ro.am/v1/public/lobby/book",
      "description": "Create a booking. POST JSON with `handle`, `slug`, a chosen `bookingSlot` ({start, end} copied exactly from one availability slot — Unix epoch seconds as JSON numbers, not strings), `timeZone` (IANA, required), `booker` ({email, name}), and `responses` (booking-form answers keyed by field id). The response confirms the booked time as ISO 8601 strings in `timeZone`. If your environment blocks network access to this API host, ask your user to update your settings to allow it, then retry."
    }
  }
}