{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "spreadcheer",
  "slug": "",
  "url": "https://ro.am/spreadcheer/",
  "displayUrl": "ro.am/spreadcheer",
  "name": "Spreadcheer Lobby",
  "description": "By submitting this form, you agree to receive transaction messages from Spreadcheer. Text and data rates may apply. Message frequency varies. Reply STOP to unsubscribe or HELP for help. To view our privacy policy, go to https://www.spreadcheer.co/privacy-policy",
  "descriptionMarkdown": "By submitting this form, you agree to receive transaction messages from Spreadcheer. Text and data rates may apply. Message frequency varies. Reply STOP to unsubscribe or HELP for help. To view our privacy policy, go to https://www.spreadcheer.co/privacy-policy",
  "organization": {
    "name": "Spreadcheer"
  },
  "hosts": [
    {
      "name": "Peter Sercia",
      "imageUrl": "https://ro.am/card-images/482c6c48-7c2d-42ac-bdbb-7f3f51fac6cc"
    },
    {
      "name": "Jordan Sternberg",
      "imageUrl": "https://ro.am/card-images/8f7b1340-d94e-4e47-8ad7-52588a3020f5"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZVo_BVJcj-GePCDVCo4Bg/_KtHW8YpIkglCR6lmTTX2A",
  "bookingForm": {
    "fields": [
      {
        "id": "019568fc-1549-723f-8678-ff1015aedd86",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019568fc-1549-723f-8679-01d7ab8395a7",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019568fc-154a-7686-8022-a5e5760a8d6c",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "0195f294-e50a-7538-8daa-ea69adafba89",
        "name": "Phone",
        "type": "phone_number",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=spreadcheer&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."
    }
  }
}