ServiceTitan is field service management software used by HVAC, plumbing, electrical, and other home and commercial service companies to run their business end-to-end. An unofficial API lets you pull customers and locations, jobs and appointments, technician statuses, pricebook items,

ServiceTitan is a cloud platform for field service management that centralizes call booking, CRM, dispatching, mobile field workflows, pricebook and estimating, job costing, invoicing and payments, memberships/service agreements, and reporting. Trades contractors use ServiceTitan to schedule and dispatch technicians, manage customer communications, generate proposals, process payments, and track performance across business units.
Core product areas include:
Common data entities:
Field service teams rely on ServiceTitan daily, but turning portal-based workflows into API-driven automation is non-trivial:
Supergood reverse-engineers authenticated browser and mobile app flows to deliver a resilient API endpoint layer for your ServiceTitan tenant.
Book a 30-minute session to confirm your modules, licensing, and authentication model.
We deliver a hardened ServiceTitan adapter tailored to your workflows and entitlements.
Go live with continuous monitoring and automatic adjustments as ServiceTitan evolves.
Authentication
/sessionsEstablish a session using credentials. Supergood manages MFA (SMS, email, TOTP) and SSO/OAuth when enabled. Returns a short-lived auth token maintained by the platform.
Authentication
/sessions/refreshRefresh an existing token to keep sessions uninterrupted.
Customers
/customersList customers with optional nested locations and membership summaries.
Jobs
/jobsCreate a new job for a customer/location with an initial appointment window.
Dispatch
/jobs/{jobId}/dispatchAssign or reassign technicians and set/update the scheduled window and dispatch status.
Invoices
/jobs/{jobId}/invoicesCreate an invoice for a completed job with line items, taxes, discounts, and optional payment capture.
- Mirror customers, locations, and installed equipment into your internal systems - Keep job metadata current for analytics and real-time dashboards - Normalize addresses, statuses, and BUs for multi-branch operations
- Create jobs from your product and set arrival windows based on capacity - Assign/reassign technicians programmatically when conditions change - Trigger notifications when techs go en route, arrive, or complete
- Push approved estimates to jobs and generate invoices with tax/discount logic - Capture payments (card/ACH) and reconcile to your accounting system (e.g., QuickBooks, NetSuite) - Attach work orders, photos, and signed approvals to invoices
- Sync memberships and schedule recurring visits automatically - Track renewals and upsell opportunities in your CRM - Ensure contract entitlements are reflected in jobs and invoices
Authentication
Username/password with MFA (SMS, email, TOTP) and SSO/OAuth where enabled; supports service accounts or customer-managed credentials
Response format
JSON with consistent resource schemas and pagination across modules
Rate limits
Tuned for enterprise throughput while honoring customer entitlements and usage controls
Session management
Automatic reauth and cookie/session rotation with health checks
Data freshness
Near real-time retrieval of customers, jobs, dispatch updates, and financial objects
Security
Encrypted transport, scoped tokens, and audit logging; respects ServiceTitan role-based permissions and business units
Webhooks
Optional asynchronous delivery for long-running workflows (e.g., job status changes, invoice payments)
Latency
Sub-second responses for list/detail queries under normal load
Throughput
Designed for high-volume customer/job sync and invoice processing
Reliability
Retry logic, backoff, and idempotency keys minimize duplicate actions
Adaptation
Continuous monitoring for UI/API changes with rapid adapter updates
Supergood supports workflows across commonly used modules such as CRM (customers, locations), Dispatch & Scheduling (jobs, appointments, technician statuses), Pricebook & Estimates, and Invoicing & Payments, plus Memberships/Recurring Services—subject to your licensing and entitlements. We scope coverage during integration assessment.
We support username/password + MFA (SMS, email, TOTP) and can operate behind SSO/OAuth when enabled. Sessions are refreshed automatically with secure challenge handling.
Yes. We can normalize invoices and payments to match your ERP schema (e.g., tax, discounts, line items) and deliver updates via webhooks or polling while complying with rate and permission constraints. We commonly integrate with QuickBooks and NetSuite.
Yes. We can create jobs, set arrival windows, assign/reassign technicians, and track en route/arrived/completed statuses while preventing scheduling conflicts and respecting capacity constraints.
Yes. We support downloading artifacts (photos, PDFs, signed approvals) and uploading attachments via signed uploads, with checksum validation and time-limited URLs.