Documentation
Service VIN developer & AI platformGetting startedAuthenticationPaginationIdempotencyRate limitsErrorsWebhooks & signature verificationConnecting ClaudeRecipesMCP servers & the Claude connectorREST resource referenceCapability indexCustomers capabilitiesVehicles capabilitiesLeads capabilitiesWarranties capabilitiesQuotes capabilitiesInvoices capabilitiesPayments capabilitiesServices capabilitiesJobs capabilitiesCalendar capabilitiesScheduling capabilitiesStaff capabilitiesInventory capabilitiesComms capabilitiesTasks capabilitiesShop capabilitiesDocuments capabilitiesKnowledge capabilitiesReports capabilitiesBooking capabilitiesForms capabilitiesMarketing capabilitiesReviews capabilitiesAutomations capabilitiesIntegrations capabilitiesChangelogSearch
Domain
Calendar capabilities
3 capabilities, all acting on a event. A reference to one from another domain is spelled
event_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.| Capability | What it does | Effect |
|---|---|---|
| calendar.dayPOST /api/v1/calendar/day | List every scheduled event on the shop's board for one day | read-only |
| calendar.day_capacityPOST /api/v1/calendar/day_capacity | Check how many events each day holds against the shop's caps | read-only |
| calendar.unscheduledPOST /api/v1/calendar/unscheduled | List live jobs with no calendar event booked in yet | read-only |