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.

  1. authenticate - Authenticate - SSO POST {{base_url}}/api/account/loginviasso

  2. device-management - Get Device Information POST {{base_url}}/api/v2/device/find

  3. device-management - Add Device POST {{base_url}}/api/v2/device/add

  4. device-management - Update Device POST {{base_url}}/api/v2/device/update

  5. device-status - Get Last Device Status POST {{base_url}}/api/v2/status/get

  6. device-state - Get Last Device State POST {{base_url}}/api/v2/device/getstate

  7. device-configuration - Update Configuration POST {{base_url}}/api/v2/configuration/update

  8. location - Get Last Known Locations POST {{base_url}}/api/location/location

  9. location - Get Location History POST {{base_url}}/api/location/history

  10. trip - Get Trips POST {{base_url}}/api/v2/trip/get