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
Reviews capabilities
11 capabilities, all acting on a review. A reference to one from another domain is spelled
review_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 |
|---|---|---|
| reviews.listPOST /api/v1/reviews/list | List the shop's public reviews and which are still unanswered | read-only |
| reviews.getPOST /api/v1/reviews/get | Get one public review, its text and the shop's reply | read-only |
| reviews.insightsPOST /api/v1/reviews/insights | Read the shop's review score, response rate and overdue replies | read-only |
| reviews.ask_funnelPOST /api/v1/reviews/ask_funnel | Measure how many review asks turned into actual reviews | read-only |
| reviews.unreviewed_asksPOST /api/v1/reviews/unreviewed_asks | List customers asked for a review who never left one | read-only |
| reviews.private_feedbackPOST /api/v1/reviews/private_feedback | Read the private ratings customers gave without posting a review | read-only |
| reviews.postsPOST /api/v1/reviews/posts | List the posts the shop published beside its reviews on Google | read-only |
| reviews.replyPOST /api/v1/reviews/reply | Publish the shop's reply to one public review | writes |
| reviews.requestPOST /api/v1/reviews/request | Text one customer asking them to leave the shop a review | writes · reaches the customer |
| reviews.for_customerPOST /api/v1/reviews/for_customer | Find what one customer has said in ratings and public reviews | read-only |
| reviews.settingsPOST /api/v1/reviews/settings | Read how this shop asks for reviews and routes the unhappy ones | read-only |