Customers
/v1/customers
Read and write customer records.
The Webb9 v1 API lets approved apps read and write customer data, jobs, quotes, and invoices with a scoped API key — without bypassing tenant isolation or consent. Apply for sandbox access to get a key today.
Every resource supports GET (list + detail) and POST/PATCH writes, with cursor pagination and idempotent creates.
/v1/customers
Read and write customer records.
/v1/leads
Create and read leads; source is attributed to your app/key.
/v1/jobs
Create jobs (work orders), update fields, and move status.
/v1/quotes
Create quotes and accept them on the customer’s behalf.
/v1/invoices
Create/update invoices and record external payments for reconciliation.
/v1/files
Create an upload intent, then attach the file to a customer or job.
/v1/webhook-endpoints
Subscribe to lead/job/quote/invoice/payment/document events, with signed, retried, replayable delivery.
The complete reference — generated straight from the live OpenAPI spec, so it never drifts out of sync with what's deployed.
Read the API reference