{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "Artscapy",
  "slug": "",
  "url": "https://ro.am/Artscapy/",
  "displayUrl": "ro.am/Artscapy",
  "name": "Advisor Intro Call ",
  "description": "Book Your Introductory Call with an Art Advisor\n\nPlease note we do not work directly with artists. Please select one of the available slots to speak with your art advisor for an introductory call. To ensure we can best accommodate your request, please note that meetings booked less than 24 hours in advance may need to be rearranged. We recommend booking at least 24 hours ahead.\n\nTo help us make the most of your time, kindly add any relevant notes or questions in the booking form. This way, your advisor can come prepared and provide you with tailored guidance from the start.",
  "descriptionMarkdown": "Book Your Introductory Call with an Art Advisor\n\nPlease note we do not work directly with artists. Please select one of the available slots to speak with your art advisor for an introductory call. To ensure we can best accommodate your request, please note that meetings booked less than 24 hours in advance may need to be rearranged. We recommend booking at least 24 hours ahead.\n\nTo help us make the most of your time, kindly add any relevant notes or questions in the booking form. This way, your advisor can come prepared and provide you with tailored guidance from the start.",
  "organization": {
    "name": "Artscapy"
  },
  "hosts": [
    {
      "name": "Gui Maximino",
      "imageUrl": "https://ro.am/card-images/c942ac17-51d0-4496-b1c5-5157706e8b18"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "0196a509-f410-731f-be7b-fa9a844835e0",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0196a509-f410-731f-be7b-fef3c3efed00",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019a9693-de72-721d-a210-63982a726e08",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019f22e2-b2f5-732c-a5f8-1309ee11220a",
        "name": "Are you a collector, artist or art professional? ",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0196a509-f410-731f-be7c-025a1e0b9d93",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=Artscapy&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."
    }
  }
}