{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "shane-meeks",
  "slug": "",
  "url": "https://ro.am/shane-meeks/",
  "displayUrl": "ro.am/shane-meeks",
  "name": "Let's Find the Right Loan for You Together",
  "description": "Buying a home, tapping into your equity, or just trying to figure out what you qualify for shouldn't feel confusing. Schedule 30 minutes on my calendar below and let's talk through your situation.\n\nPick whatever time works best for you, and I'll call you directly.",
  "descriptionMarkdown": "Buying a home, tapping into your equity, or just trying to figure out what you qualify for shouldn't feel confusing. Schedule 30 minutes on my calendar below and let's talk through your situation.\n\nPick whatever time works best for you, and I'll call you directly.",
  "organization": {
    "name": "Mpire Financial"
  },
  "hosts": [
    {
      "name": "Shane Meeks",
      "imageUrl": "https://ro.am/card-images/2b52aef9-26ca-4432-bdae-1be663485d82"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZy15laZdSuea5OX2JMmkQ/LrbezmcAy1_1sjKJzf3ONg",
  "bookingForm": {
    "fields": [
      {
        "id": "019cb5e6-5699-752b-9e6b-9d62e6e1dbff",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019cb5e6-5699-752b-9e6b-a1cdcb765917",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019fb8a3-dfac-72dc-9d83-2c78c4587bc7",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019cb5e6-5699-752b-9e6b-a652e7c18f2a",
        "name": "What would you like to Discuss?",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "019fb8a4-ef8a-76f6-a24d-9d1626e4dcc9",
            "label": "Buying a home (first-time buyer)"
          },
          {
            "id": "019fb8a4-ef8a-76f6-a24d-a320abd59f77",
            "label": "Buying a home (already own)"
          },
          {
            "id": "019fb8a4-ef8a-76f6-a24d-a536047bea2e",
            "label": "Refinancing"
          },
          {
            "id": "019fb8a5-fc16-7274-8ed4-376d9a4c39d4",
            "label": "Home equity / HELOC"
          },
          {
            "id": "019fb8ef-e8de-72c9-89a8-4ab60244216b",
            "label": "Reverse Mortgage"
          },
          {
            "id": "019fb8f0-09ef-72d7-ac06-91c61380804f",
            "label": "Investment property"
          },
          {
            "id": "019fb8f0-326f-75bc-947d-8baa1ffb7080",
            "label": "Not sure yet"
          }
        ]
      },
      {
        "id": "019fb8a6-a2fa-73c9-a088-38fcb9b70d00",
        "name": "Anything you'd like me to know before we talk? (Optional)",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=shane-meeks&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."
    }
  }
}