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
Services capabilities
8 capabilities, all acting on a service. A reference to one from another domain is spelled
service_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 |
|---|---|---|
| services.listPOST /api/v1/services/list | List the services on the shop's menu and their prices | read-only |
| services.getPOST /api/v1/services/get | Get one service, its price shape and what it needs to run | read-only |
| services.categoriesPOST /api/v1/services/categories | List the categories the shop's services are grouped under | read-only |
| services.tiersPOST /api/v1/services/tiers | Read a service's price and install time per vehicle size | read-only |
| services.createPOST /api/v1/services/create | Add a new service to the shop's menu with its price | writes |
| services.update_pricePOST /api/v1/services/update_price | Change what a service costs, at one vehicle size or overall | writes |
| services.set_onlinePOST /api/v1/services/set_online | Show or hide one service on the public booking page | writes |
| services.price_bookPOST /api/v1/services/price_book | Read the whole service menu with every price in one call | read-only |