{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "crystal-mccaster",
  "slug": "",
  "url": "https://ro.am/crystal-mccaster/",
  "displayUrl": "ro.am/crystal-mccaster",
  "name": "Meet with Crystal McCaster appointment lobby.  Please select a date and time to book a call.",
  "description": "Crystal McCaster\nMortgage Advisor\nTop Gun Mortgage Advisors\nNMLS#2730656 \nmobile  614.804.2010\nemail crystalm@mpirefi.com\n\nLet's connect!\n\t\t\n\n\n",
  "descriptionMarkdown": "Crystal McCaster\nMortgage Advisor\nTop Gun Mortgage Advisors\nNMLS#2730656 \nmobile  614.804.2010\nemail crystalm@mpirefi.com\n\nLet's connect!\n\t\t\n\n\n",
  "organization": {
    "name": "Mpire Financial"
  },
  "hosts": [
    {
      "name": "Crystal McCaster",
      "imageUrl": "https://ro.am/card-images/b8307e2d-26a8-46a8-8778-8baa7b8e22b1"
    }
  ],
  "duration": {
    "defaultMinutes": 45,
    "optionsMinutes": [
      45
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZn3Fxu6dS6ETwO_JaYHGQ/V5FO4RUPZNQ2SDsAvUCK8Q",
  "bookingForm": {
    "fields": [
      {
        "id": "0199f717-1bba-752e-844f-0fd0b316ea83",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0199f717-1bba-752e-844f-10fcf154fa76",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0199f717-1bba-752e-844f-148d653c490a",
        "name": "Reference Topic:",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019bd760-c022-76f5-becb-2950957aef1e",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019bd763-9ffc-7477-b410-847fbcf963b0",
        "name": "Are you a Realtor?",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "019bd769-5687-763d-8e4f-f43b7921dcdb",
            "label": "YES"
          },
          {
            "id": "019bd769-5687-763d-8e4f-fa0fc299fc15",
            "label": "NO"
          }
        ]
      },
      {
        "id": "019bd764-80ed-73aa-97f9-b60e195604c6",
        "name": "If you are a borrower which type of financing would you be looking for?",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "019bd769-c525-7296-9a71-a201dbdab0dc",
            "label": "FHA"
          },
          {
            "id": "019bd769-c525-7296-9a71-a52adf0b4e5a",
            "label": "Conventional"
          },
          {
            "id": "019bd769-c525-7296-9a71-a83feefcc941",
            "label": "VA"
          },
          {
            "id": "019bd769-ed88-736c-995e-ff4402e09c81",
            "label": "USDA"
          },
          {
            "id": "019bd76a-1fe2-75a9-bdd6-b1a2853ba19e",
            "label": "Investment/DSCR"
          },
          {
            "id": "019bd76a-4433-72cf-8509-7337aff35505",
            "label": "Construction"
          },
          {
            "id": "019bd76b-018f-76c8-b7ea-d96a11368656",
            "label": "Bridge Loan"
          }
        ]
      },
      {
        "id": "019bd764-db9d-749b-8be2-9b07f1e6e65a",
        "name": "What time frame are you looking to move?",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "019bd76b-ffb0-7685-863f-50e446861f16",
            "label": "Immediate"
          },
          {
            "id": "019bd76b-ffb0-7685-863f-54da2adbcf01",
            "label": "3-6 Months"
          },
          {
            "id": "019bd76b-ffb0-7685-863f-5b3988620bc1",
            "label": "9-12 Months"
          },
          {
            "id": "019bd76c-a6bd-773d-90eb-5356ae9bcda6",
            "label": "Next year"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=crystal-mccaster&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."
    }
  }
}