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
Vehicles capabilities
7 capabilities, all acting on a vehicle. A reference to one from another domain is spelled
vehicle_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 |
|---|---|---|
| vehicles.listPOST /api/v1/vehicles/list | List the vehicles in a customer's garage, or across the shop | read-only |
| vehicles.getPOST /api/v1/vehicles/get | Get one vehicle by id | read-only |
| vehicles.find_by_vinPOST /api/v1/vehicles/find_by_vin | Find a vehicle by its VIN | read-only |
| vehicles.createPOST /api/v1/vehicles/create | Add a vehicle to a customer's garage | writes |
| vehicles.updatePOST /api/v1/vehicles/update | Change one detail on a vehicle | writes |
| vehicles.typesPOST /api/v1/vehicles/types | List the vehicle size classes this shop prices by | read-only |
| vehicles.decode_vinPOST /api/v1/vehicles/decode_vin | Decode a VIN into the vehicle's year, make, model and size | read-only |