{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "amanda-betke",
  "slug": "",
  "url": "https://ro.am/amanda-betke/",
  "displayUrl": "ro.am/amanda-betke",
  "name": "Meet with Amanda Betke at Pro Athlete Community",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Pro Athlete Community"
  },
  "hosts": [
    {
      "name": "Amanda Betke",
      "imageUrl": "https://ro.am/card-images/b2b11f76-bb05-495b-91e8-d7bcf549635f"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZnBtzv1c4-4hfIA6MdvNg/JtNGYt94WY0_KWii5B_3rQ",
  "bookingForm": {
    "fields": [
      {
        "id": "0199c1b7-3bf5-738f-b885-fd10b0cd5888",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0199c1b7-3bf5-738f-b886-00870d5cf63f",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0199c1b7-3bf5-738f-b886-05cd22710777",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=amanda-betke&slug=",
      "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."
    }
  }
}