cURL
curl --request GET \ --url https://api.smartmove.eu/m2m/api/v1/fleets/{assetProviderCountryCode}/{assetProviderCode}/{vehicleId}/type-certificate \ --header 'Authorization: Bearer <token>'
{ "address": { "name": "<string>", "street": "<string>", "countryCode": "<string>", "zipCode": "<string>", "city": "<string>" }, "owner": "<string>", "description": "<string>", "blob": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "filename": "<string>", "uploaded": false }, "ocrStatus": "NOT_STARTED" }
Fetch the type certificate 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
Id of vehicle
The vehicle's type certificate
Show child attributes
Vehicle owner
255
Additional description
NOT_STARTED
MANUAL
PROCESSING
PROCESSED
ERROR