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
Booking capabilities
12 capabilities, all acting on a booking. A reference to one from another domain is spelled
booking_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 |
|---|---|---|
| booking.servicesPOST /api/v1/booking/services | List the services this shop takes online bookings for, with prices | read-only |
| booking.deposit_policyPOST /api/v1/booking/deposit_policy | Check the price and the deposit a booking would require | read-only |
| booking.availabilityPOST /api/v1/booking/availability | List the open appointment times for a booking, day by day | read-only |
| booking.holdPOST /api/v1/booking/hold | Reserve a slot for a few minutes before taking the booking | writes |
| booking.bookPOST /api/v1/booking/book | Take a booking for a customer at a chosen appointment time | writes · reaches the customer |
| booking.getPOST /api/v1/booking/get | Read one booking back by its manage token | read-only |
| booking.reschedulePOST /api/v1/booking/reschedule | Move an existing booking to a different time | writes · reaches the customer |
| booking.cancelPOST /api/v1/booking/cancel | Cancel a booking, after the customer verifies with a code | writes · reaches the customer |
| booking.shop_infoPOST /api/v1/booking/shop_info | Read the opening hours and contact details for a booking caller | read-only |
| booking.addonsPOST /api/v1/booking/addons | List the paid extras sold alongside a booking, with their prices | read-only |
| booking.locationsPOST /api/v1/booking/locations | List the branches of this business taking booking, and where | read-only |
| booking.approval_queuePOST /api/v1/booking/approval_queue | Count the booking requests waiting for the shop to say yes | read-only |