The Tractian API allows programmatic access to platform data, enabling direct integration with external systems like ERPs, management software, or internal industrial tools.
API Structure
The API follows the REST standard and uses HTTP verbs to perform operations on resources. Responses are returned in JSON format, making them easy to read and integrate into your systems.
Authentication with Bearer Token
Accessing the API requires authentication via a Bearer Token.
An access token is used to validate and authorize each request.
Only authenticated users with a valid token can retrieve data.
This article explains how to generate and use your authentication token.
Important note: Never share your access token with others or expose it in public code.
Available Endpoints
The API includes ready-to-use routes to access key platform data. You just need to decide which endpoints to integrate with your ERP or other systems:
Assets – detailed data about monitored assets
Work Orders – creation, updates, and status tracking
Requests – maintenance request records
Inventory – parts and component stock data
Plans – configured maintenance plans
Next Steps
Define which data you want to integrate;
Review the corresponding endpoints in the API documentation;
Generate your access token;
Start securely consuming Tractian data.