Two documented REST APIs exist: Corrigo Enterprise (Base, Query, and Command APIs plus webhooks) and CorrigoPro Direct with Swagger docs. Auth is OAuth 2.0 with 20 minute token expiry, and integration users are provisioned manually via a JLLT support process. No SDKs and no published rate limits.
Corrigo scores F on the API Report Card. Two documented REST APIs exist: Corrigo Enterprise (Base, Query, and Command APIs plus webhooks) and CorrigoPro Direct with Swagger docs. Auth is OAuth 2.0 with 20 minute token expiry, and integration users are provisioned manually via a JLLT support process. No SDKs and no published rate limits.
Without a usable official API, teams fall back on manual exports, file drops, or one-off vendor integrations. The other option is an unofficial API layer like Supergood that automates the authenticated web app directly.
Corrigo is the enterprise CMMS (Computerized Maintenance Management System) of JLL Technologies (JLLT), the technology arm of commercial real estate giant Jones Lang LaSalle.
Vertical SaaS for enterprise facilities and property management, CMMS / Field Service Management for multi-site portfolios. FM administrators and dispatchers use Corrigo Enterprise (web) to create and route work orders, schedule preventive maintenance, track assets and warranties, manage vendor onboarding/credentialing/insurance compliance, approve quotes and invoices, and report on spend, SLA, and PM-compliance KPIs.
9/10. Corrigo is the most-deployed enterprise CMMS in the world by site count, with JLLT reporting 1.1M facilities across 140+ countries, 18.5M annual work orders, $6B in annual transactional spend, and 60K+ networked service providers across 130+ trades.
For an enterprise FM customer on Corrigo, the platform is the single source of truth for: every work order ever opened across the portfolio (reactive, preventive, project, capital) with full lifecycle status, timestamps, costs, and attachments; the asset register (equipment, locations, hierarchies, warranties, meter readings, service history, criticality); preventive-maintenance schedules and compliance proof (regulator-grade in healthcare, food retail, banking); the vendor master with insurance, W-9s, licensing, credentialing, scorecards, and rate cards; quotes (NTEs), purchase orders, invoices, GL coding, and approval audit trails; parts and inventory levels and consumption history; technician time, location, and productivity data; store/branch-portal submissions and SLA adherence; spend analytics rolled up by trade, region, vendor, site, and asset class; and, critically, the relationship graph to 60K+ external service providers via CorrigoPro.
Mature/legacy enterprise SaaS. Corrigo was founded in 1999, grew through the 2000s as an independent CMMS/work-order platform, was acquired by JLL in 2015, and has since been operated as the flagship product of JLL Technologies.
No official SDKs for either Corrigo Enterprise or CorrigoPro Direct, integration teams must build and maintain client libraries by hand against raw REST. OAuth bearer tokens expire every 20 minutes, forcing constant token-refresh logic and inflating failure surfaces for long-running batch and webhook handlers. Full sourced list under Sources below.
Common alternatives include ServiceChannel, IBM Maximo, Accruent (Maintenance Connection, Famis, Vx Maintain), Planon, Nuvolo, eMaint (Fluke Reliability). Graded alternatives appear under "More from the report card" below.
Grades measure one thing: can a customer's engineering team get their own data out programmatically? We check six things (whether a real API exists, how access is gated, data coverage, auth quality, docs and developer experience, and stability) and roll them into a letter grade. Grades get re-verified, and they only move on evidence.
Yes. Supergood maintains an unofficial Corrigo API and MCP server so AI agents and internal tools can read and write Corrigo data. See the Corrigo integration docs at supergood.ai/docs/corrigo-api.