← Back to all docs
jobber

Jobber API

Jobber is field service management software used by home service businesses (e.g., HVAC, plumbing, electrical, landscaping, cleaning) to manage clients, properties, scheduling and dispatch, quotes and jobs, invoicing and payments, and client communication. An unofficial API lets you p

By Alex KlarfeldJanuary 25, 2026
Jobber API

What is Jobber?

Jobber is a cloud platform for home and field service businesses that centralizes CRM, scheduling, quoting, job execution, and billing across back office and field teams. Companies use Jobber to manage client records and service locations, plan routes and calendars, build quotes and jobs, send invoices and take payments, and communicate with customers via a client portal.

Core product areas include:

  • CRM & Client Management (e.g., clients, properties/locations, contacts, tags)
  • Scheduling & Dispatch (e.g., jobs, visits/appointments, team assignment, routing)
  • Quotes & Jobs (e.g., estimates, line items/services, approvals, job forms/checklists)
  • Invoicing & Payments (e.g., invoices, taxes, payment capture, receipts)
  • Communication & Client Portal (e.g., email/SMS, work requests, attachments/photos)
  • Time Tracking & Team Management (e.g., timesheets, roles/permissions)

Common data entities:

  • Clients, Contacts, and Users/Technicians
  • Properties/Service Locations
  • Work Requests/Leads
  • Quotes/Estimates and Line Items
  • Jobs, Visits/Appointments, and Schedules
  • Invoices, Payments, Taxes, and Discounts
  • Notes, Checklists/Forms, Photos/Attachments

The Jobber Integration Challenge

Service teams rely on Jobber daily, but turning portal-based workflows into API-driven automation has nuances:

  • Role-based permissions: Admins, dispatchers, and technicians have distinct entitlements and visibility
  • Field-first UX: Mobile flows (checklists, notes, photos) don’t map cleanly to simple CRUD operations
  • Scheduling complexity: Visits, multi-day jobs, team assignments, routes, and overlapping calendars
  • Workflow transitions: Quote → job → invoice paths, approvals, and client communications must be respected
  • Financial accuracy: Taxes, discounts, partial payments, and accounting sync demand careful normalization
  • Attachments and media: Photos and documents require secure upload/download handling and checksum validation

How Supergood Creates Jobber APIs

Supergood reverse-engineers authenticated browser and mobile interactions to deliver a resilient API endpoint layer for your Jobber tenant.

  • Handles username/password, SSO/OAuth, and MFA (SMS, email, TOTP) securely
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses so you can integrate once and rely on consistent objects across modules
  • Aligns with customer entitlements and role-based permissions to ensure compliant access

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your modules, licensing, and authentication model.

  • Supergood Builds and Validates Your API

We deliver a hardened Jobber adapter tailored to your workflows and entitlements.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as Jobber evolves.

API Endpoints

Authentication

POST/sessions

Establish 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.

Clients

GET/clients

List clients with optional property details and filters.

Clients

POST/clients

Create a new client with primary contact and properties.

Jobs

GET/jobs

List jobs with scheduled visits and assignment details.

Quotes

POST/quotes

Create a quote for a client/property with line items, taxes, and optional send settings.

Use Cases

Client and Property Sync

- Mirror clients and their service locations into your CRM or data warehouse - Keep contact details, addresses, and tags current for marketing and routing - Standardize address formats and geocodes across multi-tenant operations

Quote-to-Job and Invoice Automation

- Generate quotes from inspections, IoT detections, or lead intake workflows - Convert approved quotes into scheduled jobs with assigned technicians - Push invoices to accounting and reconcile payments in near real time

Scheduling and Dispatch Orchestration

- Ingest job calendars and visits to power capacity planning and routing - Auto-schedule visits based on priority, SLA, or proximity - Trigger alerts for overdue jobs and balance workload across teams

Field Reporting: Photos, Notes, and Checklists

- Sync attachments and technician notes from visits into your platform - Enforce checklists/forms and create follow-ups when thresholds are met - Build customer-facing reports with before/after photos and timestamps

Technical Specifications

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 clients, properties, quotes, jobs, invoices, and payments

Security

Encrypted transport, scoped tokens, and audit logging; respects Jobber role-based permissions

Webhooks

Optional asynchronous delivery for long-running workflows (e.g., quote approvals, visit completions, invoice payments)

Latency

Sub-second responses for list/detail queries under normal load

Throughput

Designed for high-volume client sync and schedule/quote processing

Reliability

Retry logic, backoff, and idempotency keys minimize duplicate actions

Adaptation

Continuous monitoring for UI/API changes with rapid adapter updates

Frequently asked questions

Supergood supports workflows across commonly used modules such as CRM (clients, properties), Scheduling & Dispatch (jobs, visits), Quotes & Jobs, and Invoicing & Payments, 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, taxes, line items, and payments to match your ERP schema (e.g., QuickBooks Online) and deliver updates via webhooks or polling while complying with rate and permission constraints.

Yes. We support downloading artifacts and uploading attachments via signed uploads, with checksum validation and time-limited URLs.

Ready to get a real API?