Skip to main content

How the Tractian API works

Updated over 2 weeks ago

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

  1. Define which data you want to integrate;

  2. Review the corresponding endpoints in the API documentation;

  3. Generate your access token;

  4. Start securely consuming Tractian data.

Did this answer your question?