{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "KellyWells",
  "slug": "",
  "url": "https://ro.am/KellyWells/",
  "displayUrl": "ro.am/KellyWells",
  "name": "Meet with Kelly Wells, Owner at Credit Resources of Washington",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Credit Resources Optimizing Wealth"
  },
  "hosts": [
    {
      "name": "Kelly Wells",
      "imageUrl": "https://ro.am/card-images/9b3aa118-3d64-41b6-b7dc-a0cb0c2af7e7"
    }
  ],
  "duration": {
    "defaultMinutes": 60,
    "optionsMinutes": [
      60
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZdmwAPDcq6qfT3apkjfQQ/kfx-wV_PLeM72gD7Pa57zA",
  "bookingForm": {
    "fields": [
      {
        "id": "019766c0-03c3-72ae-aa7d-4a34786564db",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019766c0-03c4-70b9-aa12-632544c8470d",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019766c0-03c4-70b9-aa12-66ddb2a3df3f",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "0197c294-e94a-75f8-8dc5-55b7f4a8ad3a",
        "name": "Address",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0197c295-24af-767a-bf34-5644d132c26b",
        "name": "City, State, Zip",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0197c295-e83e-75dc-92c8-9850238cd82d",
        "name": "How did you hear about us?",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0197c297-1462-708f-b321-af7afc85a4c2",
        "name": "In order to do your consult, we will need a credit report with all 3 bureaus. Do you already have a copy of your credit report with all 3 bureaus from a lender?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "019f5d07-6aa7-712e-b95e-e65d7e5444fc",
            "label": "Yes, I have a lender's report."
          },
          {
            "id": "019f5d07-6aa7-712e-b95e-eb5a29f30916",
            "label": "No, I will sign up www.smartcredit.com/CrowActionPlan"
          }
        ]
      },
      {
        "id": "019cba2b-c880-702d-875b-a06d79755503",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=KellyWells&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."
    }
  }
}