{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "mortgage.monica",
  "slug": "",
  "url": "https://ro.am/mortgage.monica/",
  "displayUrl": "ro.am/mortgage.monica",
  "name": "Monica Armatrading's Appointment Lobby. Please select a Date and Time to Book a Call with Your Mortgage Advisor",
  "description": "Welcome I'm Monica Armatrading NMLS 2595578 your Mortgage Wingman at Top Gun Mortgage Advisors. Powered by: Mpire Financial NMLS 2108504\n\nLet's get started and schedule your time slot for our one on one virtual meeting. \n\n",
  "descriptionMarkdown": "Welcome I'm Monica Armatrading NMLS 2595578 your Mortgage Wingman at Top Gun Mortgage Advisors. Powered by: Mpire Financial NMLS 2108504\n\nLet's get started and schedule your time slot for our one on one virtual meeting. \n\n",
  "organization": {
    "name": "Mpire Financial"
  },
  "hosts": [
    {
      "name": "Monica Armatrading",
      "imageUrl": "https://ro.am/card-images/403e2c9f-d59f-4952-8b0c-436ff3c2a199"
    }
  ],
  "duration": {
    "defaultMinutes": 45,
    "optionsMinutes": [
      45
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0199eb2a-f938-75b3-b3f4-189365429e51",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0199eb2a-f938-75b3-b3f4-1f368b32474d",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0199eb2a-f938-75b3-b3f4-2154689c58d8",
        "name": "Reference Topic:",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019a7f36-5a50-777b-9f99-be8e7e344cf2",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019bc271-f301-743b-b132-0135cc04cfbc",
        "name": "Are you a Realtor?",
        "type": "checkbox",
        "required": true,
        "options": [
          {
            "id": "019bc271-d2eb-7736-a46b-4fd432357b70",
            "label": "YES"
          },
          {
            "id": "019bc271-d2eb-7736-a46b-51e483060cda",
            "label": "NO"
          }
        ]
      },
      {
        "id": "019bc277-fafe-74aa-bfa6-5e2fea4b3eae",
        "name": "If you are a borrower which type of financing would you be looking for?",
        "type": "checkbox",
        "required": false,
        "options": [
          {
            "id": "019bc273-8b27-70bd-bf15-35f48b476bb3",
            "label": "First Time Home Buyer"
          },
          {
            "id": "019bc273-8b27-70bd-bf15-388a76b37fea",
            "label": "VA"
          },
          {
            "id": "019bc273-8b27-70bd-bf15-3dd729c19b1a",
            "label": "USDA/DPA"
          },
          {
            "id": "019bc276-3317-7638-a83e-1dea14e14bb2",
            "label": "Purchase before Selling"
          },
          {
            "id": "019bc274-0e88-703d-ba33-a3ef40d5c84f",
            "label": "Refinancing"
          },
          {
            "id": "019bc274-4d48-77ef-a613-135b50ca9000",
            "label": "Investment"
          },
          {
            "id": "019bc274-6630-70a9-918f-fa7d788b58ce",
            "label": "New Construction or Renovation"
          },
          {
            "id": "019bc277-ac80-766d-8d07-8a5b3fa26ec5",
            "label": "Barndominium"
          },
          {
            "id": "019be88d-241b-7605-a707-6d104bfb5f9f",
            "label": "Land"
          },
          {
            "id": "019bc275-1b75-7769-b316-17ada08185cf",
            "label": "HELOC"
          }
        ]
      },
      {
        "id": "019bc27a-56d0-722f-87d9-cbd39e621d7a",
        "name": "What time frame are you looking to move?",
        "type": "checkbox",
        "required": false,
        "options": [
          {
            "id": "019bc279-524f-731a-8a50-7c826adfa7ea",
            "label": "Immediately"
          },
          {
            "id": "019bc279-524f-731a-8a50-80b0c5db248f",
            "label": "3-6 months"
          },
          {
            "id": "019bc279-524f-731a-8a50-86ca252c7c87",
            "label": "9-12 months"
          },
          {
            "id": "019bc279-d1a8-76cc-a444-fcb88af2998d",
            "label": "Next Year"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=mortgage.monica&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."
    }
  }
}