AssetTracker API
## AssetTracker API The **AssetTracker API** is a simple yet powerful solution designed to track the real-time location of assets and their historical movements. This API is perfect for applications in fleet management, asset tracking, and IoT-enabled devices that require precise location tracking. With its user-friendly endpoints, you can efficiently manage assets by registering, updating, and…
AssetTracker API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
registerAsset /assets |
Registers a new asset with a unique ID and initial location. |
| POST |
getAssetHistory /assets/history |
Returns a history of all recorded locations for a specific asset. |
| POST |
submitLocation /assets/{assetId}/location |
Updates the current location of an existing asset. |
| POST |
removeAsset /assets/remove |
Removes an asset from the system. |
| POST |
registerAsset /assets |
Registers a new asset with a unique ID and initial location. |
| POST |
submitLocation /assets/{assetId}/location |
Updates the current location of an existing asset. |
| GET |
getAssetHistory /assets/{assetId}/history |
Returns a history of all recorded locations for a specific asset. |
| DELETE |
removeAsset /assets/{assetId} |
Removes an asset from the system. |
| POST |
submitLocation /assets/{assetId}/location |
Updates the current location of an existing asset. |
| GET |
getAssetHistory /assets/{assetId}/history |
Returns a history of all recorded locations for a specific asset. |
| POST |
registerAsset /assets |
Registers a new asset with a unique ID and initial location. |
| DELETE |
removeAsset /assets/{assetId} |
Removes an asset from the system. |