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
Tasks capabilities
5 capabilities, all acting on a task. A reference to one from another domain is spelled
task_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 |
|---|---|---|
| tasks.listPOST /api/v1/tasks/list | List the shop's inbox tasks — open, overdue, mine or one thread's | read-only |
| tasks.getPOST /api/v1/tasks/get | Get one task with its thread, customer, job and source message | read-only |
| tasks.assigneesPOST /api/v1/tasks/assignees | List the teammates a task or a thread can be assigned to | read-only |
| tasks.createPOST /api/v1/tasks/create | Create a task, anchored to a conversation, customer, job or message | writes |
| tasks.updatePOST /api/v1/tasks/update | Change exactly one thing about a task — owner, due date or status | writes |