cURL
curl --request GET \ --url https://api.smartmove.eu/m2m/api/v1/fleets/{assetProviderCountryCode}/{assetProviderCode}/{vehicleId}/tire-sets/{tiresetId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "Mounted", "title": "Winter tires", "season": "Summer", "frontAxle": { "model": "PIRELLI P-ZERO", "size": "235/35 R20 Y", "firstMountDate": "2022-04-24", "mileage": 9560 }, "rearAxle": { "model": "PIRELLI P-ZERO", "size": "235/35 R20 Y", "firstMountDate": "2022-04-24", "mileage": 9560 }, "note": "<string>", "storageReports": [ { "id": "<string>", "frontAxle": { "model": "<string>", "size": "<string>", "mileage": 123, "treadDepth": 123 }, "rearAxle": { "model": "<string>", "size": "<string>", "mileage": 123, "treadDepth": 123 }, "note": "<string>", "dismountDate": "2025-04-24", "depotAddress": "<string>", "depotPhone": "<string>", "depotEmail": "[email protected]", "ocrStatus": "NOT_STARTED", "blob": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "filename": "<string>", "uploaded": false } } ], "invoices": [ { "id": "<string>", "blob": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "filename": "<string>", "uploaded": false }, "ocrStatus": "NOT_STARTED" } ] }
Get the selected tire set of the specified vehicle
The access token received from the authorization server in the OAuth 2.0 flow.
Asset provider country code
2
Asset provider code
3
The assetId of the vehicle
The tire set ID
Single tire set
Mounted
Dismounted
Archived
"Winter tires"
Summer
Winter
All-weather
Show child attributes