title: “Maintenance API Endpoints” description: “REST API endpoints for work orders, parts, attestations, reliability, forecast, logbook, and billing.” keywords: [“API”, “maintenance”, “endpoints”, “REST”] mode: wide
The maintenance API provides programmatic access to work orders, parts inventory, technician attestations, fleet reliability data, maintenance forecasting, logbook entries, and billing operations. Base path:
/api/v1/maintenance
All endpoints require authentication via Clerk session cookie or
X-API-Key header. Workspace context is provided by the X-Tenant-*
headers set by the router worker.
For authentication details, see Authentication.
For error response formats, see Errors.
Full schema documentation — complete request/response schemas with
field descriptions are available in the interactive API reference
inside your workspace at Settings > Integrations > API Reference.
This page provides an overview of available endpoints and capabilities.
Work Orders
Manage the full lifecycle of maintenance work orders: create, assign, track progress, record parts and labor, and close with attestation. Base path:/api/v1/maintenance/work-orders
Filterable by: status, aircraft, assigned technician, priority, date range.
Example:
Parts
Inventory management for aviation parts: list, retrieve, issue from inventory, receive into inventory, and track component time. Base path:/api/v1/maintenance/parts
Filterable by: part number, category, storage location, stock level.
Attestations
Create and verify technician attestations for maintenance work. Tracks certificate attestations per 14 CFR 43.3 and 14 CFR 43.7. Base path:/api/v1/maintenance/attestations
Reliability
Fleet reliability program data: event queries, monthly trend analysis, and recurring squawk analysis by ATA chapter per 14 CFR 135.421(e). Base path:/api/v1/maintenance/reliability
Filterable by: aircraft, event type, date range.
Forecast
Upcoming maintenance due items, calendar events, and overdue item tracking. Base path:/api/v1/maintenance/forecast
Filterable by: aircraft, due date, category, status.
Logbook
Maintenance logbook entries per 14 CFR 43.9 content requirements. Base path:/api/v1/maintenance/logbook
Billing
Labor rate management and billing estimate generation for work orders. Base path:/api/v1/maintenance/billing
Related
Authentication
How to authenticate API requests.
Work Order Statuses
Work order lifecycle and status transitions.
Maintenance Billing Reference
Billing configuration, estimate lifecycle, and billing types.
Record Integrity
How maintenance records are protected by tamper-evident hashing.