← Back to all docs

Corrigo API

Corrigo is a cloud-based Computerized Maintenance Management System (CMMS) developed by JLL (Jones Lang LaSalle) for enterprise facilities management across multi-site portfolios. This page is an independent design exercise that asks what a well-designed Corrigo API could look like: the resources it would expose, the authentication it would need, and the workflows it could unlock. Below: a hypothetical endpoint design, the technical requirements a production implementation would face, the use cases programmatic access could serve, and where to start if your team needs this kind of access today.

By Alex KlarfeldJuly 8, 2026
Corrigo API

This page is an independent analysis by Supergood of what a well-designed Corrigo API could look like. It draws on publicly available information, vendor materials, and general integration experience in this category. Nothing on this page describes an existing Corrigo product, and Supergood is not affiliated with or endorsed by the vendor. If the vendor offers an official API, we highly recommend it.

What is Corrigo?

Corrigo is a cloud-based Computerized Maintenance Management System (CMMS) developed by JLL (Jones Lang LaSalle) for enterprise facilities management across multi-site portfolios. Facilities teams use Corrigo to automate work order creation and routing, manage assets and locations, schedule preventative maintenance, orchestrate vendors and service providers, equip mobile technicians, and reconcile invoices, serving retail, corporate real estate, healthcare, education, hospitality, and industrial sectors.

Core product areas include:

  • Work Order Management & Automation (AI-driven scheduling, automated approvals, real-time cost validation)
  • Enterprise Asset Management (centralized asset/location records, service history, preventative maintenance, QR/barcode scanning)
  • Mobile technician applications with offline support and photo attachments
  • Vendor management and invoice reconciliation
  • Business intelligence and analytics dashboards, with CAFM and ERP integration

An API for a platform like this would naturally organize around its core data entities:

  • Work Orders (receive, accept, reject, start, pause, complete, reopen)
  • Assets, Equipment, and Locations
  • Service Providers / Vendors and Technicians
  • Invoices, Quotes, and Custom Fields
  • Attachments, Checklists, Procedures, Messages, and Internal Notes
  • Parts and Inventory, Repair Categories and Codes

The Corrigo Integration Challenge

Corrigo offers CorrigoPro Direct and Corrigo Enterprise REST APIs, but operationalizing them into resilient, automation-ready integrations across customers is non-trivial:

  • OAuth 2.0 onboarding and scoping: API access requires provisioned credentials and scoping your integration before you can poll or receive work orders
  • Customer-specific reference data: equipment lists, repair categories, and codes are defined per customer, generic integrations break when a customer requires a specific asset or code
  • Two API surfaces: CorrigoPro Direct (provider/network workflows) and Corrigo Enterprise differ in object models, endpoints, and lifecycle states
  • Work order lifecycle complexity: accept, reject, start, pause, complete, and reopen transitions each carry concurrency and state-validation rules
  • Mobile-first technician data: photos, check-in/out, and offline-captured updates surface asynchronously and must be reconciled
  • Invoice and quote concurrency: editing and submitting invoices requires careful concurrency handling to avoid overwriting customer-side changes
  • Attachment and checklist workflows: work order attachments, procedures, and checklists need careful upload/download and completion handling

What a Corrigo API Could Look Like

If Corrigo exposed a modern, general-purpose API, the integration challenges above suggest what it would need to get right. This is a design sketch, not documentation of anything that exists today:

  • First-class authentication: session handling with support for MFA and enterprise sign-on where the platform uses them
  • Consistent resources: normalized JSON schemas and pagination across the platform's core objects
  • Reliable writes: idempotency keys and validation that mirrors the platform's own workflow rules
  • Entitlement awareness: endpoints scoped to what each customer's licensing actually permits

The endpoint sketches, technical requirements, and use cases below flesh out this hypothetical design.

How AI agents could connect to software like Corrigo: MCP servers for software without a public API →

Need This Kind of Access Today?

If your team needs this kind of access today, Supergood builds integrations on request, one customer at a time. We act at the direction of our customers, within the access they already hold. Customers bring their own accounts, licenses, and entitlements. If the vendor offers an official API, we highly recommend it.

  1. Schedule an Integration Assessment
    A 30-minute session to review your product mix, licensing, and authentication model.
  2. Scope the Integration
    We design the access pattern around your workflows and entitlements.
  3. Deploy with Monitoring
    Go live with continuous monitoring as your platforms evolve.

Corrigo on the API Report Card

Potential API Endpoints

Authentication

POST/authenticate

Would authenticate to a Corrigo environment using OAuth 2.0 credentials and obtain a session token for downstream calls.

Work Orders

GET/work_orders

Would list and poll work orders with filters for status, location, priority, and assigned technician.

Work Orders

POST/create_work_order

Would create a work order or accept and update its lifecycle state (accept, reject, start, pause, complete, reopen).

Assets

GET/assets

Would retrieve assets, equipment, and location records along with service history and customer-specific equipment lists.

Invoices

GET/invoices

Would pull invoices and quotes with concurrency tokens for safe edit and submission workflows.

Vendors

GET/vendors

Would list service providers, vendors, and technicians with assignment, skill, and availability details.

Use Cases

Sync work orders into your CMMS or ERP

- Poll or receive work orders from Corrigo customers via webhook and create matching records downstream - Push accept, reject, start, complete, and reopen transitions back into Corrigo - Stream work order status and cost events to BI and reporting tools

Centralize asset and location records

- Pull assets, equipment, and location records with service history into a single warehouse - Resolve customer-specific equipment lists so technicians log the correct asset - Trigger preventative maintenance workflows when asset thresholds are reached

Automate vendor invoicing and quotes

- Retrieve, edit, and submit invoices with concurrency handling to avoid overwrites - Submit and track quotes against work orders and approvals - Reconcile vendor invoices against general ledger and AP systems

Orchestrate technicians and attachments

- Sync technician check-in/out, photos, and offline-captured updates as they surface - Upload and manage work order attachments, checklists, and procedures - Route assignments based on skill, availability, and priority

Technical Requirements

Authentication

Would require OAuth 2.0 credentials handled in a managed, scoped session

Connectivity

Would build on corrigoPro Direct and Corrigo Enterprise REST APIs plus authenticated flows where surfaced by the customer

Response format

Normalized JSON across Work Order, Asset, Vendor, and Invoice objects

Rate limits

Adaptive throttling tuned to your Corrigo environment to avoid platform-side limits

Session management

Would need automatic token refresh, credential rotation, and re-authentication handling

Data freshness

Near real-time pulls for work orders, assets, and invoices with optional scheduled batch syncs

Security

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

Webhooks

Event-style callbacks for work order state changes, invoice updates, attachments, and technician check-in/out

Latency

Design target: sub-second reads on cached entities; multi-second writes when posting work order and invoice transactions

Throughput

Design target: horizontally scaled workers sized to multi-site work order and asset volume

Reliability

Retry, backoff, and idempotency keys for work order transitions and invoice submissions

Versioning

Clear versioning and change management would matter as Corrigo evolves

Frequently asked questions

Invoices and quotes are pulled with concurrency tokens and submitted with idempotency keys, so edits and submissions don't overwrite customer-side changes.

Availability of official interfaces varies by product, plan, and licensing. Many platforms in this category gate access behind partner programs or paid modules, and there is often no broadly available, self-serve public API. Check the vendor's developer resources for current offerings.

The hard parts would be authentication (MFA, session management, enterprise controls), consistent schemas across the platform's products, and write semantics that reconcile the way the platform's own workflows do.

No. This page is an independent analysis by Supergood and is not affiliated with, sponsored by, or endorsed by the vendor. All product names and trademarks belong to their respective owners and are used for identification only. Nothing here documents an actual Corrigo product or service.

Supergood acts at the direction of its customers, within the access those customers already have. We respect each customer's agreements with their software vendors, and how those agreements apply to a customer's use is a determination the customer makes. If the vendor offers an official API, we highly recommend it.

Supergood builds managed API access to enterprise software for customers on request, scoped to each customer's own licensing and entitlements. If your team needs programmatic access to a platform like this, schedule an integration assessment to discuss options.

Ready to get a real API?