{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "colincooper",
  "slug": "ipac",
  "url": "https://ro.am/colincooper/ipac",
  "displayUrl": "ro.am/colincooper/ipac",
  "name": "Meet with Colin Cooper - Loan Consultation",
  "description": "Thank you for scheduling your loan consultation! During this meeting, we will review your goals, explore financing options for purchasing or refinancing real estate, and outline the loan process. We'll set expectations to ensure a smooth and seamless experience from start to finish. I look forward to helping you achieve your real estate goals!",
  "descriptionMarkdown": "Thank you for scheduling your loan consultation! During this meeting, we will review your goals, explore financing options for purchasing or refinancing real estate, and outline the loan process. We'll set expectations to ensure a smooth and seamless experience from start to finish. I look forward to helping you achieve your real estate goals!",
  "organization": {
    "name": "Milestone Mortgage Solutions"
  },
  "hosts": [
    {
      "name": "Colin Cooper",
      "imageUrl": "https://ro.am/card-images/8344942b-787a-45a7-85e0-12944d41425c"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019c6c26-8456-732c-9d7a-0d99271f2b13",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019c6c26-8456-732c-9d7a-1298e4ab082c",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019c6c30-34d9-7197-bbe1-f641c438d55c",
        "name": "Are you looking to purchase or refinance?",
        "type": "checkbox",
        "required": false,
        "options": [
          {
            "id": "019c6c2e-907d-71e0-a9af-d175fb6402d4",
            "label": "Purchase"
          },
          {
            "id": "019c6c2e-907d-71e0-a9af-d7af3b4c5f50",
            "label": "Refinance"
          }
        ]
      },
      {
        "id": "019c6c5b-9ff0-7286-a72e-99b248882e7f",
        "name": "Please Provide Your Phone Number",
        "type": "phone_number",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=colincooper&slug=ipac",
      "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."
    }
  }
}