Skip to main content

22 posts tagged with "Added"

New features, APIs, and capabilities

View All Tags

Locations API v1

Released stable version v1 of Location API.

Discover the power of our Location API, your key to effortlessly accessing and tracking real-time GPS coordinates for your entire fleet of connected assets. With two convenient endpoints at your disposal, you can choose to retrieve precise location snapshots for a specific asset or access a paginated list containing all your assets.

Below a list of all available endpoints:

➕ GET: /location/v1/locations/{assetId}

Get location

➕ GET: /location/v1/locations

Get locations

Assets API v1

Released stable version v1 of Assets API.

Discover the power of our Assets API, your key to manage the asset domain. By leveraging the Assets API, developers can easily onboard and offboard assets to Trackunit Iris and get all assets in a fleet as well as update specifications for an asset. This API also allows to manage assets across accounts by enabling the share, transfer, unshare and remove visibility actions. For more information, see the documentation of the endpoints.

Below a list of all available endpoints:

➕ GET: /asset/v1/assets

Get asset

➕ GET: /asset/v1/assets

Get assets

➕ POST: /asset/v1/assets/onboard

Onboard asset

➕ POST: /asset/v1/assets/{assetId}/offboard

Offboard asset

➕ PATCH: /asset/v1/assets/{assetId}

Update asset