asset.io
Number of APIs: 12
API for assetflo localization IoT Stack.
Getting started
The API requires users to authenticate using either a username and password or a username and session ID to access the device, location, trip and iot endpoints. Upon successful authentication, the API returns an access token that will be included in subsequent requests in the Authorization
header.
-
authenticate - Authenticate - SSO POST {{base_url}}/api/account/loginviasso
-
device-management - Get Device Information POST {{base_url}}/api/v2/device/find
-
device-management - Add Device POST {{base_url}}/api/v2/device/add
-
device-management - Update Device POST {{base_url}}/api/v2/device/update
-
device-status - Get Last Device Status POST {{base_url}}/api/v2/status/get
-
device-state - Get Last Device State POST {{base_url}}/api/v2/device/getstate
-
device-configuration - Update Configuration POST {{base_url}}/api/v2/configuration/update
-
location - Get Last Known Locations POST {{base_url}}/api/location/location
-
location - Get Location History POST {{base_url}}/api/location/history
-
trip - Get Trips POST {{base_url}}/api/v2/trip/get