API Methods
API Methods Documentation
Rate Limit: At least 30 seconds between two consecutive requests or according to the limit set for the user.
Authentication
| Method | URL | Description |
|---|---|---|
| POST | https://api.trackgps.ro/api/authentication/login?api-version=2.0 |
Login |
Vehicles
The API allows retrieval of raw vehicle data through the following endpoints:
| Method | URL | Description |
|---|---|---|
| GET | https://api.trackgps.ro/api/carriers/company-vehicles?api-version=2.0 |
List vehicles |
| POST | https://api.trackgps.ro/api/carriers/way?api-version=2.0 |
Vehicle ways |
| POST | https://api.trackgps.ro/api/carriers/stops?api-version=2.0 |
Stops |
| POST | https://api.trackgps.ro/api/carriers/consumption?api-version=2.0 |
Fuel consumption |
| POST | https://api.trackgps.ro/api/carriers/refills?api-version=2.0 |
Refueling data |
| POST | https://api.trackgps.ro/api/carriers/temperatures?api-version=2.0 |
Temperature data |
e-Transport
The API allows management of transports in the company account through the following endpoints:
| Method | URL | Description |
|---|---|---|
| POST | https://api.trackgps.ro/api/eTransport/add-transport?api-version=2.0 |
Add transport |
| POST | https://api.trackgps.ro/api/eTransport/update-transport?api-version=2.0 |
Update transport |
| POST | https://api.trackgps.ro/api/eTransport/load-transports?api-version=2.0 |
List transports |
| POST | https://api.trackgps.ro/api/eTransport/remove-transports?api-version=2.0 |
Remove transports |
| POST | https://api.trackgps.ro/api/eTransport/start-transports?api-version=2.0 |
Start transports |
| POST | https://api.trackgps.ro/api/eTransport/end-transports?api-version=2.0 |
End transports |
| POST | https://api.trackgps.ro/api/eTransport/pause-transports?api-version=2.0 |
Pause transports |