{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "OnboardingCheckIn",
  "slug": "lobby-2",
  "url": "https://ro.am/OnboardingCheckIn/lobby-2",
  "displayUrl": "ro.am/OnboardingCheckIn/lobby-2",
  "name": "Meet with Victoria Almedina at Mpire Financial",
  "description": "Welcome to Mpire! This is an introductory meeting for us to go over the onboarding checklist to set you up for success in your journey to Mpire. Please come ready with any questions you may have! ",
  "descriptionMarkdown": "Welcome to Mpire! This is an introductory meeting for us to go over the onboarding checklist to set you up for success in your journey to Mpire. Please come ready with any questions you may have! ",
  "organization": {
    "name": "Mpire Financial"
  },
  "hosts": [
    {
      "name": "Victoria Almedina",
      "imageUrl": "https://ro.am/card-images/757f5beb-f242-41d8-8c98-4e2aee91ed36"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZMnYdoQcAqo8T9oIorIqQ/SOJ3Ulgh4-kfSW0Iz0MDFQ",
  "bookingForm": {
    "fields": [
      {
        "id": "01932761-da10-700a-a8f1-4a8b3de3d7a5",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "01932761-da10-700a-a8f1-4f71c8860467",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "01932761-da10-700a-a8f1-516208cb0d83",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=OnboardingCheckIn&slug=lobby-2",
      "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."
    }
  }
}