{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "TechCritic",
  "slug": "visit",
  "url": "https://ro.am/TechCritic/visit",
  "displayUrl": "ro.am/TechCritic/visit",
  "name": "Tech Critic Reception, Visit Now",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "ARYU Advertising"
  },
  "hosts": [
    {
      "name": "Mo Iqbal",
      "imageUrl": "https://ro.am/card-images/ae40920d-b593-447e-baea-595cf7a088dc"
    },
    {
      "name": "Misha Iqbal",
      "imageUrl": "https://ro.am/card-images/8b483e8e-4653-4df5-85ff-6996067a2185"
    },
    {
      "name": "Ally Del Col",
      "imageUrl": "https://ro.am/card-images/587176cf-2b84-497f-8489-036e873679e0"
    },
    {
      "name": "Rayan Talha",
      "imageUrl": "https://ro.am/card-images/6bb07db5-d3af-4f7d-843e-5b2190f92d47"
    },
    {
      "name": "Chris Riley",
      "imageUrl": "https://ro.am/card-images/440d19a8-5c8b-4cc7-abe4-fc33d26dc430"
    }
  ],
  "duration": {
    "defaultMinutes": 8,
    "optionsMinutes": [
      5,
      8,
      10,
      15,
      25,
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ4dA4w6clCPxGOvcdaq6w/oniX5_p3ysYqogmx2MrThg",
  "bookingForm": {
    "fields": [
      {
        "id": "019e1d03-8c3b-7354-823a-c57877693e06",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e1d03-8c3b-7354-823a-c82cbde36bca",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019e1d05-aeab-720c-8fcd-0746337e47a1",
        "name": "What is the best phone number?",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019e1d03-8c3b-7354-823a-cc85f7cf8c82",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=TechCritic&slug=visit",
      "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."
    }
  }
}