← Back to all docs

BigChange API

BigChange (BigChange Lightning) is an AI-powered field service management platform combining job scheduling, CRM, a mobile workforce app, vehicle tracking, and financial management for mobile service teams. An API lets you programmatically pull jobs, contacts, resources, schedules, vehicles, assets, and invoices—and push updates like new jobs, job statuses, and customer records back into BigChange.

By Alex KlarfeldMay 29, 2026
BigChange API

What is BigChange?

BigChange (BigChange Lightning) is an AI-powered field service management platform that combines workforce management, job scheduling, and business intelligence to help mobile service teams operate more efficiently. Service businesses use BigChange to plan and dispatch jobs, manage customer relationships, equip engineers with a mobile app, track vehicles and time via GPS, manage assets, and handle invoicing and payments—then connect it all to their wider tech stack through the BigChange Developer REST API.

Core product areas include:

  • Job Scheduling and dispatch for mobile field teams
  • CRM for managing customer contacts and relationships
  • Mobile App and workforce management for engineers in the field
  • Vehicle Tracking and GPS time tracking
  • Financial Management, invoicing, and payment processing
  • Asset Management and stock control
  • AI agents (JustAsk, FieldReady, JobReady, JobScribe, JobBrief) and business intelligence reporting

Common data entities:

  • Jobs, Job Types, Job Statuses, Schedules
  • Contacts, Customers, Sites, CRM records
  • Resources/Engineers, Vehicles, Timesheets, GPS tracks
  • Assets, Stock, Equipment
  • Invoices, Payments, Financial documents
  • Custom Fields, Worksheets, Documents and Attachments

The BigChange Integration Challenge

Service businesses run scheduling, dispatch, and field operations on BigChange every day, but turning that activity into reliable API-driven automation involves real friction:

  • API key gating: REST API access is controlled by securely generated keys and per-user permissions, so integrations only see the data a given account is entitled to
  • Mobile-first field data: Much of the richest data (job completion, signatures, photos, GPS) originates in the engineer mobile app and must be reconciled with back-office records
  • Custom fields and worksheets: Each customer configures their own job types, custom fields, and worksheet templates, so generic integrations break across accounts
  • Mixed API surfaces: Newer REST endpoints sit alongside older web-services calls, and coverage varies by entity and account configuration
  • Real-time scheduling state: Live dispatch, ETAs, and job statuses change constantly, so polling has to be tuned to avoid stale data and rate pressure
  • Financial and stock workflows: Invoices, payments, and stock movements need careful sequencing and idempotency to keep accounting integrations clean

How Supergood Creates BigChange APIs

Supergood combines BigChange's REST API, authenticated web-services flows, and the engineer-facing surfaces into a single resilient API layer for your BigChange account—so you integrate once and rely on consistent objects regardless of how your account is configured.

  • Manages API key authentication and per-user permission scopes securely in a managed session
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses across Jobs, Contacts, Resources, Vehicles, Assets, and Invoices into consistent objects
  • Preserves account-specific job types, custom fields, and worksheet templates rather than forcing a generic schema

Use BigChange with AI agents: BigChange MCP Server →

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your modules, job types, custom fields, and API key permissions.

  • Supergood Generates and Validates Your API

We deliver a production-ready BigChange adapter tailored to your account configuration and entitlements.

  • Deploy with Monitoring

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

bigchange

API Endpoints

Authentication

POST/authenticate

Authenticate to a BigChange account using a securely generated API key and obtain a session for downstream calls.

Jobs

GET/jobs

List jobs with filters for job type, status, date range, customer, and assigned resource.

Jobs

POST/create_job

Create a new job and assign it to a customer, site, and resource against your configured job types and custom fields.

CRM

GET/contacts

Retrieve CRM contacts, customers, and sites with filters for status and account hierarchy.

Workforce

GET/resources

Pull engineers, vehicles, schedules, and GPS tracking data for dispatch and capacity planning.

Finance

GET/invoices

Pull invoices, payments, and stock movements for reconciliation with accounting systems.

Use Cases

Sync jobs and schedules with your systems

- Pull jobs, job types, and statuses into a single warehouse or operations dashboard - Stream job completion events, signatures, and photos to downstream CX and BI tools - Push new jobs and status updates back into BigChange without manual data entry

Keep CRM and customer records in sync

- Sync contacts, customers, and sites between BigChange and your CRM or ERP - Mirror account hierarchy and custom fields across systems - Trigger workflows when a new customer or site is created

Automate field workforce and fleet visibility

- Pull engineer schedules, vehicle tracking, and GPS time data for capacity planning - Surface live ETAs and dispatch state to customer portals and notifications - Reconcile timesheets and job durations for payroll and reporting

Reconcile invoicing and stock with accounting

- Sync invoices and payments from BigChange into your general ledger and AR systems - Track stock movements and asset usage against jobs - Surface unbilled work and overdue invoices to finance workflows

Technical Specifications

Authentication

Securely generated API keys with per-user permission scopes, handled in a managed session

Connectivity

BigChange Developer REST API plus authenticated web-services flows where exposed by the account

Response format

Normalized JSON across Jobs, Contacts, Resources, Vehicles, Assets, and Invoices

Rate limits

Adaptive throttling tuned to your account to avoid BigChange-side limits

Session management

Automatic key rotation, session refresh, and permission-scope handling

Data freshness

Near real-time pulls for jobs, schedules, and tracking with optional scheduled batch syncs

Security

Encrypted credential vault, scoped access keys, SOC 2-aligned controls, and audit logging

Webhooks

Event-style callbacks for job creation, status changes, completion, and invoice events

Latency

Sub-second reads on cached entities; multi-second writes when posting jobs and financial records

Throughput

Horizontally scaled workers sized to high-volume scheduling and dispatch activity

Reliability

Retry, backoff, and idempotency keys for job creation, status updates, and invoice transactions

Adaptation

Continuous monitoring of BigChange releases, REST API changes, and account-specific configuration drift

Frequently asked questions

Yes. BigChange offers a Developer REST API with securely generated API keys and tightly controlled, per-user permissions. Supergood works against that API plus authenticated web-services surfaces to deliver complete, normalized coverage of your account's data.

Each account is profiled against its configured job types, custom fields, and worksheet templates. Supergood preserves these account-specific fields and lifecycle states rather than forcing a generic schema.

Yes. The API supports creating and updating jobs, statuses, contacts, and financial records, so you can automate dispatch and back-office workflows in both directions.

Yes. Job completion, signatures, photos, timesheets, and GPS tracking that originate in the engineer mobile app are reconciled with back-office records and exposed through the same normalized API surface.

Invoices, payments, and stock movements are exposed for reconciliation with accounting systems, and the API supports low-code tools like Power Automate alongside direct integration, so you can connect BigChange to your wider tech stack.

Ready to get a real API?