{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "ryan-wortmann",
  "slug": "",
  "url": "https://ro.am/ryan-wortmann/",
  "displayUrl": "ro.am/ryan-wortmann",
  "name": "Meet with Ryan Wortmann, Certified Travel Advisor at Wortmann Travel Solutions",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Wortmann Travel Solutions"
  },
  "hosts": [
    {
      "name": "Ryan Wortmann",
      "imageUrl": "https://ro.am/card-images/804dc236-e074-47fa-8808-407798d0f71b"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ5LSQLXcl2kqQ2tPsrHNQ/5Qr--d4BSrfZLZS-CulkiA",
  "bookingForm": {
    "fields": [
      {
        "id": "019e4b49-02d8-75c0-96c5-4b80d4b511f5",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e4b49-02d8-75c0-96c5-4d9c1ae5c9ab",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019e9074-29da-72b5-97c9-ee83311243b4",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      },
      {
        "id": "019e4b49-02d8-75c0-96c5-512676932cef",
        "name": "Topics of Discussions/ Notes to provide Ryan prior to the meeting.",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019e907c-5979-716b-b0cd-6154ac95a1ee",
        "name": "New Trip or Changes to an Existing Itinerary?",
        "type": "dropdown",
        "required": false,
        "options": [
          {
            "id": "019e907c-0df2-71d8-9480-066ce67bc0ba",
            "label": "New Trip"
          },
          {
            "id": "019e907c-0df2-71d8-9480-0879d61f8332",
            "label": "Changes to Existing"
          },
          {
            "id": "019e907c-0df2-71d8-9480-0ea248fead5f",
            "label": "Other"
          }
        ]
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=ryan-wortmann&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."
    }
  }
}