{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "ilczyna",
  "slug": "",
  "url": "https://ro.am/ilczyna/",
  "displayUrl": "ro.am/ilczyna",
  "name": "Discovery Call",
  "description": "A quick call to learn more about your goals, walk through your current situation, and see what mortgage options or strategies might be the best fit for you. \n\nThe focus is on answering your questions, explaining the process, and making sure you feel confident about your next steps.",
  "descriptionMarkdown": "A quick call to learn more about your goals, walk through your current situation, and see what mortgage options or strategies might be the best fit for you. \n\nThe focus is on answering your questions, explaining the process, and making sure you feel confident about your next steps.",
  "organization": {
    "name": "BRX Mortgage"
  },
  "hosts": [
    {
      "name": "Matt Ilczyna",
      "imageUrl": "https://ro.am/card-images/0e2b7823-29fe-4cf9-9b11-38017075a2f4"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0199a1d7-0496-70ca-b78e-6f9a90e9d265",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0199a1d7-0496-70ca-b78e-71103a509ede",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0199a1d9-7730-771b-b61a-206d386bd3d9",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "0199a1d7-0496-70ca-b78e-767c88484185",
        "name": "Tell me about your goals/questions",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=ilczyna&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."
    }
  }
}