Integrate FacilityOpsIQ with the systems you already run.
A REST/JSON API for work orders, assets, and webhooks — scoped to your organization, rate-limited per key, and documented with a live, try-it reference. Push and pull operational data, and attach a verifiable record of every completed job.
https://api.facilityopsiq.com/api/v1
Work orders & assets
Full REST CRUD for work orders and assets, plus read access to your locations, departments, categories, vendors, and users.
Signed webhooks
Subscribe to lifecycle events; deliveries are HMAC-signed and retried with exponential backoff until they land.
Verifiable proof
Pull a self-contained, offline-verifiable proof package for any completed job — done, done right, billed honestly.
Guides
Everything you need to build
Start with the quickstart, then dig into auth, pagination, webhooks, and verifying the trust proof.
Getting started
Make your first authenticated call in five minutes — and understand how the API maps to your work-order operations.
ReadAuthentication & scopes
Bearer API keys, least-privilege scopes, and how to keep them safe.
ReadPagination & idempotency
Page through large collections, and make writes safe to retry.
ReadErrors & rate limits
A predictable error envelope, the status codes you’ll see, and per-key limits.
ReadWebhooks
Get notified the moment a work order changes — signed, and retried until delivered.
ReadVerifying the trust proof
Pull a self-contained proof that a job was done, done right, and billed honestly — and verify it without trusting us.
ReadGet your API keys
Sign in and go to Admin → API keys to create a scoped key. It’s shown once — store it safely.