Build With Infodeck

Connect Your Maintenance Data Anywhere

Build custom integrations, automate workflows, and sync data with your existing systems using Infodeck's comprehensive REST API.

Free to explore. No credit card.
app.infodeck.io
REST API
ApiKey
GET Get API Key
GET List API Keys
POST Create API Key
DEL Revoke API Key
Asset
Work Order
Location
Form
REST API ApiKey Get API Key

Get API Key

GET https://app.infodeck.io/api/organizations/:organizationId/api-keys/:keyId

Get details of a specific API key. Note: The key hash/secret is NEVER returned.

Request
PATH PARAMETERS
organizationId string

Organization ID

REQUIRED
keyId string

API Key ID

REQUIRED
Responses
200 401 403 404
application/json
Authorization: HTTP
CURL PYTHON GO NODE
1
curl -L -X GET \
2
'https://app.infodeck.io/api/...'
3
-H 'Accept: application/json' \
4
-H 'Authorization: Bearer <TOKEN>'
Request
Base URL app.infodeck.io/api
Auth Bearer Token

API Request

201 Created • 42ms

200+

API endpoints

fully documented

99.9%

API uptime

guaranteed SLA

50ms

Avg response time

lightning fast

Why Choose Our API

Integration pain, solved

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

API Developer Impact

Build integrations faster

From days of coding to hours of shipping

5 days

Integration time

0 hrs

Integration time

95% faster
0

API endpoints

0 +

API endpoints

Full coverage
95 %

API uptime

0 %

API uptime

Enterprise SLA
500 ms

Response time

0 ms

Response time

10x faster
Explore the API docs

30-day free trial • No credit card required

Developer Experience

Everything you need to build powerful integrations

Interactive documentation, code examples, and testing tools to get you live fast.

API Dashboard

api.infodeck.io

All Systems Operational

API Resources

Work Orders
Assets
Users
Locations

This Month

API Calls 847,293
Success Rate 99.7%
GET /api/v1/work-orders

Retrieve a list of work orders with optional filters for status, priority, and date range.

GET POST PUT DELETE
cURL Python Node.js

curl -X GET

"https://api.infodeck.io/v1/work-orders"

-H "Authorization: Bearer YOUR_API_KEY"

-H "Content-Type: application/json"

Response 200 OK

{

"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 faster with clear docs

  • Interactive API explorer with live testing
  • Code examples in Python, Node.js, PHP
  • Comprehensive error handling guides
  • SDKs for quick integration

Integration Engineer

Connect everything seamlessly

  • Webhooks for real-time data sync
  • Bulk operations for large datasets
  • Rate limit headers for throttling
  • Retry logic recommendations

IT Manager

Enterprise-grade security

  • OAuth 2.0 authentication standard
  • Role-based API key permissions
  • Audit logs for all API calls
  • IP allowlisting available

CTO / CIO

Strategic data connectivity

  • Connect CMMS to BI platforms
  • Automate cross-system workflows
  • 99.9% uptime SLA guarantee
  • Enterprise support options

API Capabilities

Developer-friendly features

Everything you need to build robust integrations.

api-request.sh
GET /api/v1/work-orders
Authorization: Bearer ****
200 OK
{"data": [{"id": "wo-123"...}]}}

RESTful API

Standard REST endpoints for all CMMS data and operations.

Webhook Events
work_order.created
Just now
200
asset.updated
2 min ago
200

Webhooks

Real-time notifications when events occur in Infodeck.

API Reference
cURL Python Node.js Go
curl -X GET \
  api.infodeck.io/v1/assets \
  -H "Authorization: Bearer $TOKEN"

Full documentation

Interactive API docs with examples in multiple languages.

OAuth 2.0 Flow
App
Auth
Token
✓ Secure • ✓ Industry Standard

OAuth 2.0

Secure authentication with industry-standard OAuth 2.0.

Rate Limit Status
Used this minute 234 / 1000
X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 766
X-RateLimit-Reset: 1704067200

Rate limits

Generous rate limits with clear headers and guidance.

Environment
Sandbox
Production
✓ Safe to test • No real data affected

Sandbox mode

Test your integration safely before going live.

FAQ

API & Webhooks

Everything you need to know about Infodeck API

Still have questions?

Developer-first approach

Ready to build with Infodeck?

Explore our API documentation and start building powerful integrations today. Free to explore, easy to scale.

99.9% Uptime SLA
Sub-50ms Response
Comprehensive Docs