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.

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.
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:
An API for a platform like this would naturally organize around its core data entities:
Corrigo offers CorrigoPro Direct and Corrigo Enterprise REST APIs, but operationalizing them into resilient, automation-ready integrations across customers is non-trivial:
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:
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 →
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.
Authentication
/authenticateWould authenticate to a Corrigo environment using OAuth 2.0 credentials and obtain a session token for downstream calls.
Work Orders
/work_ordersWould list and poll work orders with filters for status, location, priority, and assigned technician.
Work Orders
/create_work_orderWould create a work order or accept and update its lifecycle state (accept, reject, start, pause, complete, reopen).
Assets
/assetsWould retrieve assets, equipment, and location records along with service history and customer-specific equipment lists.
Invoices
/invoicesWould pull invoices and quotes with concurrency tokens for safe edit and submission workflows.
Vendors
/vendorsWould list service providers, vendors, and technicians with assignment, skill, and availability details.
- 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
- 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
- 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
- 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
Automate this platform from the no-code stack you already use.
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
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.