{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "JayBoykin",
  "slug": "15min",
  "url": "https://ro.am/JayBoykin/15min",
  "displayUrl": "ro.am/JayBoykin/15min",
  "name": "15-minute video meeting with Jay",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "Jay Boykin | Just Human"
  },
  "hosts": [
    {
      "name": "Jay Boykin",
      "imageUrl": "https://ro.am/card-images/4cc690f1-8a7e-4a33-b5ca-04438e9fce3a"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019bb958-0d00-708b-af67-37d634065a8f",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019bb958-0d00-708b-af67-38baa3b86ac5",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019bb959-6439-759a-b060-673166575116",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019bb95d-4aa6-743b-ab77-c8523240a5e7",
        "name": "What would you like to discuss?",
        "type": "radio",
        "required": true,
        "options": [
          {
            "id": "019bb95c-ea8a-726b-bc97-4212aedf6e81",
            "label": "Group CFO Coaching"
          },
          {
            "id": "019bb95c-ea8a-726b-bc97-454305688d30",
            "label": "One-on-One CFO Coaching"
          },
          {
            "id": "019bb95c-ea8a-726b-bc97-492fb1c160a0",
            "label": "Other"
          }
        ]
      },
      {
        "id": "019bb958-0d00-708b-af67-3ef28d676338",
        "name": "If you selected \"Other\", please give me a brief description of what you want to discuss.",
        "type": "text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=JayBoykin&slug=15min",
      "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."
    }
  }
}