Skip to main content
GET
/
api
/
v1
/
fleets
/
{assetProviderCountryCode}
/
{assetProviderCode}
/
{vehicleId}
/
system-data
Get the system data
curl --request GET \
  --url https://api.smartmove.eu/m2m/api/v1/fleets/{assetProviderCountryCode}/{assetProviderCode}/{vehicleId}/system-data \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "timestamp": "2025-10-07T10:24:41.143Z",
    "value": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

assetProviderCountryCode
string
required

Asset provider country code

Required string length: 2
assetProviderCode
string
required

Asset provider code

Required string length: 3
vehicleId
string
required

Vehicle unique identifier

Response

The entire system data

name
string
required

The name of the information that is being shown

timestamp
string<date-time>
required

The timestamp when the data was recorded

Example:

"2025-10-07T10:24:41.143Z"

value
string
required

A stringified value of the information