{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "PrivateTabs",
  "slug": "support",
  "url": "https://ro.am/PrivateTabs/support",
  "displayUrl": "ro.am/PrivateTabs/support",
  "name": "Private Tabs Support",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Private Tabs HQ"
  },
  "hosts": [
    {
      "name": "Jamie Santos",
      "imageUrl": "https://ro.am/card-images/a6d3a5f4-24ed-4d42-8c32-d2f98328047e"
    },
    {
      "name": "Fresh Paraguso",
      "imageUrl": "https://ro.am/card-images/efbd5ffe-e728-46d9-8f74-4f8634150e33"
    },
    {
      "name": "Elbert Lapeña",
      "imageUrl": "https://ro.am/card-images/10d29254-0851-4929-a9e3-d296e8ea33ad"
    },
    {
      "name": "K Dumalasco",
      "imageUrl": "https://ro.am/card-images/2f9aabb4-e9c3-45c1-ab98-23fd7863c8e6"
    },
    {
      "name": "Eurich Laya",
      "imageUrl": "https://ro.am/card-images/13ab0418-b040-4de8-aff1-53c224290d29"
    },
    {
      "name": "Juls Angeles",
      "imageUrl": "https://ro.am/card-images/3fb0667b-e76c-4b78-a745-487da07df1b9"
    },
    {
      "name": "Carl Santos",
      "imageUrl": "https://ro.am/card-images/532b8fd3-e030-4ec3-80d7-f66ab21d5e69"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZgZIt6Yc7-eMePT0Zxmng/ZadDt1SWvXb5vITRrYyr0Q",
  "bookingForm": {
    "fields": [
      {
        "id": "01981922-de98-73bf-9e31-ef94d3a8f542",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01981922-de98-73bf-9e31-f2e381e4dd8d",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01981922-de98-73bf-9e31-f578ba9e3b64",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "0198192c-c766-77fd-a8ec-f77faf42989f",
        "name": "Phone Number",
        "type": "short_text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=PrivateTabs&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."
    }
  }
}