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
Forms capabilities
5 capabilities, all acting on a form. A reference to one from another domain is spelled
form_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 |
|---|---|---|
| forms.listPOST /api/v1/forms/list | List the shop's lead forms and how many have been submitted | read-only |
| forms.getPOST /api/v1/forms/get | Get one lead form, its steps and what each one asks for | read-only |
| forms.funnelPOST /api/v1/forms/funnel | Show where visitors give up on one lead form, step by step | read-only |
| forms.connectionsPOST /api/v1/forms/connections | List the third-party forms posting straight into this pipeline | read-only |
| forms.templatesPOST /api/v1/forms/templates | List the starter templates a new lead form can be built from | read-only |