Skip to main content
GET
/
api
/
fleets
/
v1
/
{assetProviderCountryCode}
/
{assetProviderCode}
/
databox
Get databox
curl --request GET \
  --url https://api.smartmove.eu/m2m/api/fleets/v1/{assetProviderCountryCode}/{assetProviderCode}/databox \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "applied": false,
  "blobs": [
    {
      "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "filename": "<string>",
      "uploaded": false,
      "classifyStatus": "NOT_STARTED",
      "type": "MAINTENANCE",
      "vehicle": {
        "asset": {
          "id": "AT*ABC*V1000000",
          "assetProviderCountryCode": "AT",
          "assetProviderCode": "ABC",
          "blobUuid": "a79abfff-bcdb-4bd1-b999-af29fe3d9056",
          "defaultImage": "https://some.storage.website/image.png",
          "active": true
        },
        "information": {
          "vin": "0F0EAATTRBPC3CDBB",
          "vendor": "BMW",
          "model": "Zoe",
          "variant": "Long Range",
          "licensePlate": "W-53A",
          "fuelType": "DIESEL",
          "seats": 5,
          "gear": "Manual",
          "firstRegistrationDate": "2023-08-17",
          "buildYear": 2023,
          "evBatteryCapacity": 10.4,
          "iceTankCapacity": 10.4,
          "trackGeolocation": true,
          "autoLogbookType": "Business"
        },
        "status": {
          "lastUpdated": "2023-08-17T18:19:22.874Z",
          "location": {
            "lat": 123,
            "lng": 123
          },
          "isCharging": true,
          "isLocked": true,
          "windowsClosed": true,
          "doorsClosed": true,
          "engineActive": true,
          "odometer": 123,
          "reach": 123,
          "fuelLevel": 123,
          "headlightsActive": true,
          "immobilizerActive": true,
          "tirePressureFrontLeft": 123,
          "tirePressureFrontRight": 123,
          "tirePressureRearLeft": 123,
          "tirePressureRearRight": 123,
          "nextServiceDate": "2023-08-17",
          "nextServiceDistance": 123,
          "isPluggedIn": true
        }
      },
      "group": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "deleted": false
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

assetProviderCountryCode
string
required

The two-letter country code of the asset provider

Required string length: 2
assetProviderCode
string
required

The three-character code of the asset provider the databox belongs to

Required string length: 3

Response

Databox information

uuid
string<uuid>
required

The unique identifier of the databox

applied
boolean
default:false
required
blobs
object[]