{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "byltnow",
  "slug": "",
  "url": "https://ro.am/byltnow/",
  "displayUrl": "ro.am/byltnow",
  "name": "Meet with David Grove, CEO/Founder at Bylt",
  "description": "",
  "descriptionMarkdown": "",
  "organization": {
    "name": "bylt"
  },
  "hosts": [
    {
      "name": "David Grove",
      "imageUrl": "https://ro.am/card-images/1af31768-8d58-451e-978a-4de6a5b8973e"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZXehMVcctSUHnlhTg0IHg/axU8qSdx9JyR-UH-VAl-IQ",
  "bookingForm": {
    "fields": [
      {
        "id": "0195de84-c55d-769c-833e-df431aff0807",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0195de84-c55d-769c-833e-e3233a1b34fc",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0195de84-c55d-769c-833e-e5bd5c709758",
        "name": "Notes",
        "type": "text",
        "required": false
      },
      {
        "id": "01962b53-a2aa-705e-a534-924202c324f2",
        "name": "Would you like add anyone else to this meeting?",
        "type": "text",
        "required": false
      },
      {
        "id": "019685de-f0dc-7636-9e97-e8bff2314304",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      },
      {
        "id": "019685df-0a02-70ba-a963-4884be338fb3",
        "name": "Phone Number",
        "type": "phone_number",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=byltnow&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."
    }
  }
}