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
Manual data sync between systems
Real-time webhooks push data automatically
Weeks of custom integration work
SDKs & docs get you live in hours
Fragmented maintenance data silos
Single API for all CMMS data
Complex authentication setup
OAuth 2.0 with simple bearer tokens
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-day free trial • No credit card required
Developer Experience
Interactive OpenAPI docs, copy-pasteable curl examples, and webhook event schemas. Use any HTTP client.
API Dashboard (example)
docs.infodeck.io/api
/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
Get notified instantly when work orders are created, updated, or completed.
Create keys with specific permissions for different integrations.
Built-in exponential backoff recommendations for reliable integrations.
Built for Your Role
Purpose-built capabilities for every technical team member.
Developer
Integration Engineer
IT Manager
CTO / CIO
API Capabilities
Everything you need to build reliable integrations.
Versioned REST endpoints across the operating record. Pagination, idempotency, and standard error responses.
Event webhooks for work orders, assets, requests, approvals, and audit entries.
OpenAPI 3.0 spec hosted at docs.infodeck.io with try-it-now examples on every endpoint.
Cognito-issued JWT for users, permission-limited API keys for programmatic access.
1,000 requests per minute per API key. Need more? Talk to us.
Failed deliveries retry with increasing delays before landing in the DLQ for inspection.
Everything you need to know about Infodeck API
Still have questions?
Explore our API documentation and start building powerful integrations today.