Skip to main content
How the API works
Updated over 7 months ago

The platform's API is an interface for accessing all data programmatically.

It is based on the REST standard, which means it uses HTTP verbs to operate with resources and returns data in JSON format.

The authentication method used to access the API is the Bearer Token, which uses an access token to allow authorized users to access data. Learn how to obtain a token in this article.

The platform has various routes for accessing TracOS and Monitoring data already created. What you need to determine is which of these routes you want to integrate with your platform and ERP.

  • Assets

  • Work Orders

  • Requests

  • Inventory

  • Plans

Did this answer your question?