Assets API v2
Released stable version v2 of Assets API.
The Assets API v2 builds on the foundation of v1 with expanded querying, improved asset lifecycle management, and enhanced flexibility. In addition to onboarding, offboarding, and updating asset specifications, v2 introduces advanced filtering and pagination, asset querying by multiple identifier types, asset hiding and unhiding, and dedicated support for asset notes. The API also streamlines telematics device attachment flow, providing a more consistent and scalable way to manage assets across accounts and fleets. For more information, see the updated endpoint documentation.
Below a list of all available endpoints:
➕ GET:
/asset/v2/assets
Get assets
➕ GET:
/asset/v2/assets/{assetId}
Get asset
➕ POST:
/asset/v2/assets
Create assets
➕ PATCH:
/asset/v2/assets
Update assets
➕ DELETE:
/asset/v2/assets/{assetId}
Delete asset
➕ POST:
/asset/v2/assets/query
Query assets by identifiers
➕ PATCH:
/asset/v2/assets/hidden
Hide or unhide assets
➕ PATCH:
/asset/v2/assets/note
Update asset note
➕ POST:
/asset/v2/assets/notes/query
Fetch asset notes
➕ POST:
/asset/v2/assets/{assetId}/telematics-devices
Attach telematics device
