Connect Your Maintenance Data Anywhere
Get API Key
Get details of a specific API key. Note: The key hash/secret is NEVER returned.
Organization ID
API Key ID
API Request
201 Created • 42ms
REST
API across the operating record
OpenAPI 3.0 spec
AWS
Multi-AZ infrastructure
managed by AWS
DLQ
Webhooks + idempotency
retries, then dead-letter queue
Why Choose Our API
Integration pain, solved
Manual data sync between systems
Real-time webhooks push data automatically
Weeks of custom integration work
OpenAPI docs help your team connect with any HTTP client
Fragmented maintenance data silos
Single API for all CMMS data
Complex authentication setup
JWT sessions and permission-limited API keys for scoped access
A documented surface, not a months-long discovery
The same API our own webapp runs on, available the moment you sign in.
Published spec
Published spec
OpenAPI 3.0Documented endpoints
Documented endpoints
Across the operating recordEvent webhooks
Event webhooks
With dead-letter queueAuth model
Auth model
JWT + scoped API keys30-minute demo • Pricing by operating scale
Developer Experience
Everything you need to build reliable integrations
Interactive OpenAPI docs, copy-pasteable curl examples, and webhook event schemas. Use any HTTP client.
API Dashboard (example)
docs.infodeck.io/api
API Resources
Example workspace
/api/v1/work-orders Retrieve a list of work orders with optional filters for status, priority, and date range.
curl -X GET
"https://api.infodeck.io/v1/work-orders"
-H "Authorization: Bearer YOUR_API_KEY"
-H "Content-Type: application/json"
{
"data": [
{
"id": "wo_abc123",
"title": "HVAC maintenance",
"status": "open"
},
...
],
"meta": { "total": 156 }
}
Webhook Delivered
work_order.created
Real-time Webhooks
Get notified instantly when work orders are created, updated, or completed.
Scoped API Keys
Create keys with specific permissions for different integrations.
Automatic Retry Logic
Built-in exponential backoff recommendations for reliable integrations.
Built for Your Role
How Infodeck API helps you
Purpose-built capabilities for every technical team member.
Developer
Build against a published spec
- OpenAPI 3.0 spec at docs.infodeck.io
- Try-it-now examples for every endpoint
- Standard error responses and pagination
- Use any HTTP client in your language of choice
Integration Engineer
Move events in and out reliably
- Webhooks for work orders, assets, requests, approvals
- CSV import and export across the operating record
- Webhook retries with dead-letter queue
- Rate limit headers on every response
IT Manager
Controlled access, traceable use
- JWT authentication via Cognito plus API keys
- Permission-limited API keys per integration
- Audit log on every authenticated write
- Token-scoped access controls
CTO / CIO
Strategic data connectivity
- Connect facility ops to BI platforms
- Automate cross-system workflows
- AWS multi-AZ infrastructure
- Enterprise support options
API Capabilities
Developer-friendly features
Everything you need to build reliable integrations.
RESTful API
Versioned REST endpoints across the operating record. Pagination, idempotency, and standard error responses.
Webhooks
Event webhooks for work orders, assets, requests, approvals, and audit entries.
api.infodeck.io/v1/assets \
-H "Authorization: Bearer $TOKEN"
Published OpenAPI spec
OpenAPI 3.0 spec hosted at docs.infodeck.io with try-it-now examples on every endpoint.
JWT and API keys
Cognito-issued JWT for users, permission-limited API keys for programmatic access.
Rate limits with clear headers
1,000 requests per minute per API key. Need more? Talk to us.
Webhook retries with dead-letter queue
Failed deliveries retry with increasing delays before landing in the DLQ for inspection.
API & Webhooks FAQ
Everything you need to know about Infodeck API
Still have questions?
Ready to build with Infodeck?
Explore our API documentation and start building powerful integrations today.