Skip to main content
Documentation

Reference

Capability index

222 capabilities across 25 domains. Every one is reachable over REST, over MCP, through the Claude connector and from Zapier unless its own page says otherwise — surfaces are opt-out, so a capability appears everywhere by default and has to state where it does not belong.

Published contracts, transports still landing

Every capability below is described from the registry the software runs on, and its schema, its gates and its behaviour are settled. The REST path and the MCP tool name are published now so you can build against them; each capability's own page carries a chip saying whether that transport answers on this deployment yet.

Customers

Acts on a customer. Domain page

CapabilityWhat it doesEffect
customers.listPOST /api/v1/customers/listSearch the customer book by name, email or phoneread-only
customers.getPOST /api/v1/customers/getGet one customer record by idread-only
customers.find_by_contactPOST /api/v1/customers/find_by_contactFind a customer by exact phone number or email addressread-only
customers.createPOST /api/v1/customers/createAdd a new customer to the shop's bookwrites
customers.updatePOST /api/v1/customers/updateChange one detail on a customer recordwrites
customers.record_consentPOST /api/v1/customers/record_consentRecord why this shop may message a customer, and since whenwrites
customers.list_notesPOST /api/v1/customers/list_notesRead the internal notes on a customerread-only
customers.add_notePOST /api/v1/customers/add_noteAdd an internal note to a customer recordwrites
customers.consent_standingPOST /api/v1/customers/consent_standingCheck whether this shop may still message a customer, and until whenread-only
customers.set_marketing_consentPOST /api/v1/customers/set_marketing_consentTurn marketing messages to a customer on or offwrites

Vehicles

Acts on a vehicle. Domain page

CapabilityWhat it doesEffect
vehicles.listPOST /api/v1/vehicles/listList the vehicles in a customer's garage, or across the shopread-only
vehicles.getPOST /api/v1/vehicles/getGet one vehicle by idread-only
vehicles.find_by_vinPOST /api/v1/vehicles/find_by_vinFind a vehicle by its VINread-only
vehicles.createPOST /api/v1/vehicles/createAdd a vehicle to a customer's garagewrites
vehicles.updatePOST /api/v1/vehicles/updateChange one detail on a vehiclewrites
vehicles.typesPOST /api/v1/vehicles/typesList the vehicle size classes this shop prices byread-only
vehicles.decode_vinPOST /api/v1/vehicles/decode_vinDecode a VIN into the vehicle's year, make, model and sizeread-only

Leads

Acts on a lead. Domain page

CapabilityWhat it doesEffect
leads.listPOST /api/v1/leads/listSearch the lead pipeline by name, status, owner or sourceread-only
leads.getPOST /api/v1/leads/getGet one whole lead record by idread-only
leads.statusesPOST /api/v1/leads/statusesList the statuses a lead can be moved throughread-only
leads.assigneesPOST /api/v1/leads/assigneesList the teammates a lead can be assigned toread-only
leads.sourcesPOST /api/v1/leads/sourcesBreak the shop's leads down by where they came fromread-only
leads.intake_healthPOST /api/v1/leads/intake_healthCheck whether every rail is still delivering leadsread-only
leads.find_duplicatesPOST /api/v1/leads/find_duplicatesFind other leads that look like the same personread-only
leads.createPOST /api/v1/leads/createAdd a new lead to the shop's pipelinewrites · reaches the customer
leads.updatePOST /api/v1/leads/updateChange one detail on a lead recordwrites
leads.set_statusPOST /api/v1/leads/set_statusMove one lead to a different pipeline statuswrites · reaches the customer
leads.assignPOST /api/v1/leads/assignGive one lead to a teammate, or take its owner offwrites
leads.add_notePOST /api/v1/leads/add_notePut a note on one lead's timelinewrites
leads.unansweredPOST /api/v1/leads/unansweredList the open leads nobody has replied to yet, oldest firstread-only
leads.missed_intakePOST /api/v1/leads/missed_intakeList the enquiries that arrived but never became a leadread-only
leads.convert_to_customerPOST /api/v1/leads/convert_to_customerTurn a lead into a customer record with its vehiclewrites

Warranties

Acts on a warranty. Domain page

CapabilityWhat it doesEffect
warranties.listPOST /api/v1/warranties/listSearch the warranty registry by customer, expiry or coverageread-only
warranties.expiry_summaryPOST /api/v1/warranties/expiry_summaryCount every warranty by whether it is active, expiring or expiredread-only
warranties.certificatePOST /api/v1/warranties/certificateRead what one warranty certificate actually promisesread-only
warranties.claimsPOST /api/v1/warranties/claimsList the comeback claims raised against the shop's warranty workread-only
warranties.claim_insightsPOST /api/v1/warranties/claim_insightsBreak the shop's warranty claims down by cause and outcomeread-only
warranties.issuePOST /api/v1/warranties/issueIssue a warranty on a finished job or a paid invoicewrites
warranties.claimPOST /api/v1/warranties/claimGet one warranty claim with its panels and what it costread-only
warranties.followup_queuePOST /api/v1/warranties/followup_queueList every warranty still waiting on its validation inspectionread-only

Quotes

Acts on a quote. Domain page

CapabilityWhat it doesEffect
quotes.listPOST /api/v1/quotes/listList quotes by status, customer or vehicleread-only
quotes.getPOST /api/v1/quotes/getGet one quote by id, with its totals and datesread-only
quotes.list_linesPOST /api/v1/quotes/list_linesList the priced lines on a quoteread-only
quotes.statusesPOST /api/v1/quotes/statusesList the statuses a quote can be inread-only
quotes.catalogPOST /api/v1/quotes/catalogList the services and prices a quote is built fromread-only
quotes.send_statusPOST /api/v1/quotes/send_statusCheck whether a quote can be sent, and by which channelread-only
quotes.set_statusPOST /api/v1/quotes/set_statusMove a quote to another statuswrites
quotes.extend_validityPOST /api/v1/quotes/extend_validityExtend how long a quote's price stays good forwrites
quotes.sendPOST /api/v1/quotes/sendText or email a quote to the customer for approvalwrites · reaches the customer
quotes.optionsPOST /api/v1/quotes/optionsRead the choices and bundle savings offered on one quoteread-only

Invoices

Acts on a invoice. Domain page

CapabilityWhat it doesEffect
invoices.listPOST /api/v1/invoices/listList invoices by status, customer or how overdue they areread-only
invoices.getPOST /api/v1/invoices/getGet one whole invoice, its balance and its termsread-only
invoices.agingPOST /api/v1/invoices/agingTotal every unpaid invoice, split by how overdue it isread-only
invoices.statementPOST /api/v1/invoices/statementDraw one customer's account statement of invoices and paymentsread-only
invoices.create_from_jobPOST /api/v1/invoices/create_from_jobRaise a draft invoice for the work on one jobwrites
invoices.create_from_quotePOST /api/v1/invoices/create_from_quoteRaise an invoice from an accepted quote's agreed totalswrites
invoices.issuePOST /api/v1/invoices/issueIssue a draft invoice so the balance becomes owedwrites
invoices.sendPOST /api/v1/invoices/sendSend one invoice to the customer with a view-and-pay linkwrites · reaches the customer
invoices.record_paymentPOST /api/v1/invoices/record_paymentRecord money already received against one invoicewrites
invoices.voidPOST /api/v1/invoices/voidVoid an invoice that should never have been billedwrites
invoices.line_itemsPOST /api/v1/invoices/line_itemsList what one invoice actually charged for, line by lineread-only
invoices.recoveryPOST /api/v1/invoices/recoveryList the customer accounts holding an unpaid invoice balanceread-only
invoices.internal_notesPOST /api/v1/invoices/internal_notesRead the shop's private working notes on one invoiceread-only

Payments

Acts on a payment. Domain page

CapabilityWhat it doesEffect
payments.listPOST /api/v1/payments/listList payments the shop has taken, by invoice, customer or dateread-only
payments.getPOST /api/v1/payments/getGet one payment record and what is left of itread-only
payments.deposit_statusPOST /api/v1/payments/deposit_statusCheck which booked jobs still owe their deposit paymentread-only
payments.accepted_methodsPOST /api/v1/payments/accepted_methodsCheck which payment methods this shop accepts from a customerread-only
payments.payout_summaryPOST /api/v1/payments/payout_summaryCheck the shop's card balance and its recent payments outread-only
payments.tips_collectedPOST /api/v1/payments/tips_collectedTotal the gratuities the shop's payments carried in a periodread-only
payments.disputesPOST /api/v1/payments/disputesList the chargebacks disputing payments this shop tookread-only
payments.disputePOST /api/v1/payments/disputeGet the chargeback on one payment and its evidence deadlineread-only

Services

Acts on a service. Domain page

CapabilityWhat it doesEffect
services.listPOST /api/v1/services/listList the services on the shop's menu and their pricesread-only
services.getPOST /api/v1/services/getGet one service, its price shape and what it needs to runread-only
services.categoriesPOST /api/v1/services/categoriesList the categories the shop's services are grouped underread-only
services.tiersPOST /api/v1/services/tiersRead a service's price and install time per vehicle sizeread-only
services.createPOST /api/v1/services/createAdd a new service to the shop's menu with its pricewrites
services.update_pricePOST /api/v1/services/update_priceChange what a service costs, at one vehicle size or overallwrites
services.set_onlinePOST /api/v1/services/set_onlineShow or hide one service on the public booking pagewrites
services.price_bookPOST /api/v1/services/price_bookRead the whole service menu with every price in one callread-only

Jobs

Acts on a job. Domain page

CapabilityWhat it doesEffect
jobs.listPOST /api/v1/jobs/listList jobs by stage, customer, vehicle or titleread-only
jobs.getPOST /api/v1/jobs/getGet one job by id, with its schedule and clockread-only
jobs.stagesPOST /api/v1/jobs/stagesList the job stages this shop's workflow board runs onread-only
jobs.timelinePOST /api/v1/jobs/timelineRead what has happened to a job, newest firstread-only
jobs.list_servicesPOST /api/v1/jobs/list_servicesList the services and add-ons on a jobread-only
jobs.set_stagePOST /api/v1/jobs/set_stageMove a job to another stage on the workflow boardwrites · reaches the customer
jobs.assignPOST /api/v1/jobs/assignAssign a job to a staff member, or unassign itwrites
jobs.schedulePOST /api/v1/jobs/scheduleRebook a job to a new start and end timewrites · reaches the customer
jobs.set_notesPOST /api/v1/jobs/set_notesReplace the internal notes on a jobwrites
jobs.staffPOST /api/v1/jobs/staffList the staff a job can be assigned toread-only
jobs.panelsPOST /api/v1/jobs/panelsTrack panel-by-panel progress on one install jobread-only

Calendar

Acts on a event. Domain page

CapabilityWhat it doesEffect
calendar.dayPOST /api/v1/calendar/dayList every scheduled event on the shop's board for one dayread-only
calendar.day_capacityPOST /api/v1/calendar/day_capacityCheck how many events each day holds against the shop's capsread-only
calendar.unscheduledPOST /api/v1/calendar/unscheduledList live jobs with no calendar event booked in yetread-only

Scheduling

Acts on a slot. Domain page

CapabilityWhat it doesEffect
scheduling.calendarPOST /api/v1/scheduling/calendarList the booked appointment slots between two dates, earliest firstread-only
scheduling.suggest_slotsPOST /api/v1/scheduling/suggest_slotsRank the best slot for a job across bays, installers and marginread-only
scheduling.stationsPOST /api/v1/scheduling/stationsList the bays and lifts a slot can be scheduled intoread-only
scheduling.time_offPOST /api/v1/scheduling/time_offList who is off and cannot be given a slot in a windowread-only
scheduling.travel_estimatePOST /api/v1/scheduling/travel_estimateEstimate the drive between two mobile jobs before booking a slotread-only
scheduling.overbooked_daysPOST /api/v1/scheduling/overbooked_daysFind the days already booked past the shop's own slot ceilingread-only
scheduling.readinessPOST /api/v1/scheduling/readinessCheck whether this shop can have a slot scheduled at allread-only

Staff

Acts on a staff. Domain page

CapabilityWhat it doesEffect
staff.listPOST /api/v1/staff/listList the staff on the roster, their skills and their workloadread-only
staff.getPOST /api/v1/staff/getGet one staff member's record, availability and live workread-only
staff.certificationsPOST /api/v1/staff/certificationsList which staff hold which certifications and when they lapseread-only
staff.rolesPOST /api/v1/staff/rolesList the roles this shop grants its staff and what each opensread-only
staff.pay_ratesPOST /api/v1/staff/pay_ratesRead what the shop's staff are paid, by rate and by typeread-only
staff.timesheetPOST /api/v1/staff/timesheetRead one week of the shop's staff clock, with hours per personread-only
staff.pay_periodsPOST /api/v1/staff/pay_periodsRead the shop's recent pay periods and what each staff run came toread-only
staff.on_the_clockPOST /api/v1/staff/on_the_clockList the staff clocked in right now and what they are working onread-only
staff.time_off_requestsPOST /api/v1/staff/time_off_requestsList the time-off requests waiting on a staff manager's answerread-only
staff.archivedPOST /api/v1/staff/archivedList the staff profiles archived out of the working rosterread-only
staff.role_matrixPOST /api/v1/staff/role_matrixList each staff role and exactly what it can open and changeread-only

Inventory

Acts on a roll. Domain page

CapabilityWhat it doesEffect
inventory.rollsPOST /api/v1/inventory/rollsList the film rolls on the shelf and how much is left on eachread-only
inventory.skusPOST /api/v1/inventory/skusList the products the shop buys rolls and materials inread-only
inventory.stock_levelsPOST /api/v1/inventory/stock_levelsTotal the stock left per product across every roll on the shelfread-only
inventory.valuationPOST /api/v1/inventory/valuationTotal what the film rolls on the shelf are worth at costread-only
inventory.consumptionPOST /api/v1/inventory/consumptionShow what came off the rolls, and which job took itread-only
inventory.purchase_ordersPOST /api/v1/inventory/purchase_ordersList the purchase orders bringing new rolls and stock inread-only
inventory.remnantsPOST /api/v1/inventory/remnantsList the usable offcuts left over from cut film rollsread-only
inventory.purchase_orderPOST /api/v1/inventory/purchase_orderGet one purchase order — every roll ordered, and what landedread-only

Comms

Acts on a message. Domain page

CapabilityWhat it doesEffect
comms.list_callsPOST /api/v1/comms/list_callsList calls by date, direction or outcome, with any voicemail messageread-only
comms.get_callPOST /api/v1/comms/get_callGet one call — direction, outcome, duration and voicemail messageread-only
comms.list_missed_callsPOST /api/v1/comms/list_missed_callsList missed calls and any voicemail message the caller leftread-only
comms.get_call_recordingPOST /api/v1/comms/get_call_recordingGet a short-lived signed link to a call recording or voicemail messageread-only
comms.get_call_transcriptPOST /api/v1/comms/get_call_transcriptRead what was said on a call, word for word — speech, not a messageread-only
comms.get_call_analysisPOST /api/v1/comms/get_call_analysisRead a call's AI summary, sentiment and promises made, not its messagesread-only
comms.list_conversationsPOST /api/v1/comms/list_conversationsList inbox conversations with their latest message and unread stateread-only
comms.get_conversationPOST /api/v1/comms/get_conversationGet one conversation: contact, status, assignee and last message timeread-only
comms.search_messagesPOST /api/v1/comms/search_messagesSearch message text across every conversation in this shopread-only
comms.update_conversationPOST /api/v1/comms/update_conversationMark a conversation read, done, pinned or assigned — not its messageswrites
comms.block_textingPOST /api/v1/comms/block_textingStop this shop texting one contact — the message opt-out switchwrites
comms.set_contact_languagePOST /api/v1/comms/set_contact_languageSet the language this contact's messages are translated intowrites
comms.list_messagesPOST /api/v1/comms/list_messagesList messages in one thread, or across the shop, newest firstread-only
comms.get_messagePOST /api/v1/comms/get_messageGet one message with its delivery status and who sent itread-only
comms.send_messagePOST /api/v1/comms/send_messageSend a text message to one customer of this shopwrites · reaches the customer
comms.schedule_messagePOST /api/v1/comms/schedule_messageQueue a text or email message to a customer for a later timewrites · reaches the customer
comms.list_scheduled_messagesPOST /api/v1/comms/list_scheduled_messagesList messages queued to send later, soonest firstread-only
comms.cancel_scheduled_messagePOST /api/v1/comms/cancel_scheduled_messagePull a scheduled message back before it is sentwrites
comms.list_phone_numbersPOST /api/v1/comms/list_phone_numbersList the shop's phone numbers — which one calls, which one messagesread-only
comms.get_phone_numberPOST /api/v1/comms/get_phone_numberGet one of the shop's numbers: status, role and message sendingread-only
comms.resolve_contactPOST /api/v1/comms/resolve_contactFind the customer a number belongs to, and whether we may message themread-only

Tasks

Acts on a task. Domain page

CapabilityWhat it doesEffect
tasks.listPOST /api/v1/tasks/listList the shop's inbox tasks — open, overdue, mine or one thread'sread-only
tasks.getPOST /api/v1/tasks/getGet one task with its thread, customer, job and source messageread-only
tasks.assigneesPOST /api/v1/tasks/assigneesList the teammates a task or a thread can be assigned toread-only
tasks.createPOST /api/v1/tasks/createCreate a task, anchored to a conversation, customer, job or messagewrites
tasks.updatePOST /api/v1/tasks/updateChange exactly one thing about a task — owner, due date or statuswrites

Shop

Acts on a shop. Domain page

CapabilityWhat it doesEffect
shop.profilePOST /api/v1/shop/profileRead the shop's name, timezone, currency, address and booking linkread-only
shop.playbookPOST /api/v1/shop/playbookRead the shop's own playbook for one of its AI agentsread-only
shop.business_hoursPOST /api/v1/shop/business_hoursRead the days and hours this shop is open for workread-only
shop.booking_configPOST /api/v1/shop/booking_configRead how this shop takes bookings, deposits and approvalsread-only
shop.brandingPOST /api/v1/shop/brandingRead the shop's logo and accent colour as customers see themread-only
shop.locationsPOST /api/v1/shop/locationsList the other locations in this shop's organizationread-only
shop.agentsPOST /api/v1/shop/agentsList this shop's AI agents, which are on and how they sendread-only
shop.messaging_configPOST /api/v1/shop/messaging_configRead whether the shop may text, and inside which hoursread-only
shop.planPOST /api/v1/shop/planRead the shop's plan, trial state and what it includesread-only
shop.ai_creditsPOST /api/v1/shop/ai_creditsCheck how many AI credits this shop has left to spendread-only
shop.setup_progressPOST /api/v1/shop/setup_progressCheck how far this shop is through setting itself upread-only

Documents

Acts on a document. Domain page

CapabilityWhat it doesEffect
documents.listPOST /api/v1/documents/listSearch the shop's document library by title, kind or tagread-only
documents.getPOST /api/v1/documents/getGet one document's details and what happened to itread-only
documents.for_recordPOST /api/v1/documents/for_recordList the documents filed against one customer, job or vehicleread-only
documents.signature_requestsPOST /api/v1/documents/signature_requestsCheck which signature documents are signed, sent or waitingread-only
documents.readinessPOST /api/v1/documents/readinessCheck whether a job's signing document has everything it needsread-only
documents.timelinePOST /api/v1/documents/timelineRead what has happened to one document — sent, opened, signedread-only
documents.signaturePOST /api/v1/documents/signatureCheck who signed a document and whether the file still matchesread-only
documents.library_statsPOST /api/v1/documents/library_statsCount what is in the document library and the tags in useread-only

Knowledge

Acts on a article. Domain page

CapabilityWhat it doesEffect
knowledge.listPOST /api/v1/knowledge/listList the shop-memory articles the shop's AI is grounded onread-only
knowledge.capacityPOST /api/v1/knowledge/capacityCheck how much shop-memory article space this plan allowsread-only
knowledge.playbookPOST /api/v1/knowledge/playbookList the playbook articles the team uses to answer customersread-only
knowledge.groundingPOST /api/v1/knowledge/groundingRead the article set an AI agent is actually grounded on hereread-only
knowledge.briefPOST /api/v1/knowledge/briefRead the shop's own brief — the article every agent starts fromread-only

Reports

Acts on a report. Domain page

CapabilityWhat it doesEffect
reports.revenuePOST /api/v1/reports/revenueRead the revenue, profit and margin report for a periodread-only
reports.by_servicePOST /api/v1/reports/by_serviceBreak a period's revenue and margin report down by serviceread-only
reports.funnelsPOST /api/v1/reports/funnelsRead the lead and quote conversion report for a periodread-only
reports.marketingPOST /api/v1/reports/marketingRead the report of what each lead source cost and returnedread-only
reports.installPOST /api/v1/reports/installRead the installer and film-usage report for a periodread-only
reports.job_plPOST /api/v1/reports/job_plRead the per-job profit-and-loss report for completed workread-only
reports.slaPOST /api/v1/reports/slaRead the first-response speed report for the shop's leadsread-only
reports.taxPOST /api/v1/reports/taxRead the sales-tax report of what was charged and collectedread-only
reports.dashboardPOST /api/v1/reports/dashboardRead today's dashboard report — money in, and who is waitingread-only
reports.metricsPOST /api/v1/reports/metricsRead the whole business report card, metric by metricread-only
reports.insightsPOST /api/v1/reports/insightsList the advisor's report on what to fix in this businessread-only
reports.recovered_revenuePOST /api/v1/reports/recovered_revenueRead the report on money the AI front desk won backread-only

Booking

Acts on a booking. Domain page

CapabilityWhat it doesEffect
booking.servicesPOST /api/v1/booking/servicesList the services this shop takes online bookings for, with pricesread-only
booking.deposit_policyPOST /api/v1/booking/deposit_policyCheck the price and the deposit a booking would requireread-only
booking.availabilityPOST /api/v1/booking/availabilityList the open appointment times for a booking, day by dayread-only
booking.holdPOST /api/v1/booking/holdReserve a slot for a few minutes before taking the bookingwrites
booking.bookPOST /api/v1/booking/bookTake a booking for a customer at a chosen appointment timewrites · reaches the customer
booking.getPOST /api/v1/booking/getRead one booking back by its manage tokenread-only
booking.reschedulePOST /api/v1/booking/rescheduleMove an existing booking to a different timewrites · reaches the customer
booking.cancelPOST /api/v1/booking/cancelCancel a booking, after the customer verifies with a codewrites · reaches the customer
booking.shop_infoPOST /api/v1/booking/shop_infoRead the opening hours and contact details for a booking callerread-only
booking.addonsPOST /api/v1/booking/addonsList the paid extras sold alongside a booking, with their pricesread-only
booking.locationsPOST /api/v1/booking/locationsList the branches of this business taking booking, and whereread-only
booking.approval_queuePOST /api/v1/booking/approval_queueCount the booking requests waiting for the shop to say yesread-only

Forms

Acts on a form. Domain page

CapabilityWhat it doesEffect
forms.listPOST /api/v1/forms/listList the shop's lead forms and how many have been submittedread-only
forms.getPOST /api/v1/forms/getGet one lead form, its steps and what each one asks forread-only
forms.funnelPOST /api/v1/forms/funnelShow where visitors give up on one lead form, step by stepread-only
forms.connectionsPOST /api/v1/forms/connectionsList the third-party forms posting straight into this pipelineread-only
forms.templatesPOST /api/v1/forms/templatesList the starter templates a new lead form can be built fromread-only

Marketing

Acts on a campaign. Domain page

CapabilityWhat it doesEffect
marketing.offersPOST /api/v1/marketing/offersList the discount campaigns running on the shop's booking pageread-only
marketing.ad_campaignsPOST /api/v1/marketing/ad_campaignsList the shop's imported ad campaigns and their current settingsread-only
marketing.ad_spendPOST /api/v1/marketing/ad_spendTotal what each ad campaign spent, and what it brought backread-only
marketing.share_link_activityPOST /api/v1/marketing/share_link_activityTrack which links a campaign or quote sent, and who opened themread-only
marketing.reactivation_configPOST /api/v1/marketing/reactivation_configRead the rules the automatic win-back campaign texts underread-only

Reviews

Acts on a review. Domain page

CapabilityWhat it doesEffect
reviews.listPOST /api/v1/reviews/listList the shop's public reviews and which are still unansweredread-only
reviews.getPOST /api/v1/reviews/getGet one public review, its text and the shop's replyread-only
reviews.insightsPOST /api/v1/reviews/insightsRead the shop's review score, response rate and overdue repliesread-only
reviews.ask_funnelPOST /api/v1/reviews/ask_funnelMeasure how many review asks turned into actual reviewsread-only
reviews.unreviewed_asksPOST /api/v1/reviews/unreviewed_asksList customers asked for a review who never left oneread-only
reviews.private_feedbackPOST /api/v1/reviews/private_feedbackRead the private ratings customers gave without posting a reviewread-only
reviews.postsPOST /api/v1/reviews/postsList the posts the shop published beside its reviews on Googleread-only
reviews.replyPOST /api/v1/reviews/replyPublish the shop's reply to one public reviewwrites
reviews.requestPOST /api/v1/reviews/requestText one customer asking them to leave the shop a reviewwrites · reaches the customer
reviews.for_customerPOST /api/v1/reviews/for_customerFind what one customer has said in ratings and public reviewsread-only
reviews.settingsPOST /api/v1/reviews/settingsRead how this shop asks for reviews and routes the unhappy onesread-only

Automations

Acts on a automation. Domain page

CapabilityWhat it doesEffect
automations.listPOST /api/v1/automations/listList the shop's automation rules and which are armedread-only
automations.activityPOST /api/v1/automations/activityShow what the shop's automations actually did, and to whomread-only
automations.templatesPOST /api/v1/automations/templatesList the automation templates a shop could switch onread-only
automations.coveragePOST /api/v1/automations/coverageFind the moments where no automation tells anybody anythingread-only
automations.getPOST /api/v1/automations/getRead one automation step by step — what it sends, and whenread-only

Integrations

Acts on a connection. Domain page

CapabilityWhat it doesEffect
integrations.listPOST /api/v1/integrations/listList every connection this shop has linked, and to whatread-only
integrations.healthPOST /api/v1/integrations/healthCheck whether the shop's connections are still workingread-only
integrations.availablePOST /api/v1/integrations/availableList the connections this shop could link, and what each doesread-only