How the API works
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 variousFew readersTypes of Integration
In this topic, we will explain a bit more about the types of integration under which we will build the integration project between the TRACTIAN Platform and your industry's ERP. Event/Period: Event-based integration: occurs when the integration between systems is triggered by specific events that occur in the platform. These events can be the creation, update, or deletion of a new work order, for example. When this event is triggered, iFew readersHow to Obtain a Token
To use the TRACTIAN platform's API, you need to obtain an authentication token that allows access to the available resources. Currently, we provide two types of tokens: User and Company Associated Token All interactions will be logged with this user as a reference. For example, within the platform, you will see that "User X just created a Test Asset for API Integration." This type of token is recommended for personal use. You can use it forFew readers