Skip to main content
GET
/
api
/
v1
/
vehicle-checks
/
images
/
{imageId}
Get Image
curl --request GET \
  --url https://vehiclechecks-public-api.connectedfleet.michelin.com/public/bvfm/vehicle-checks/public-api/api/v1/vehicle-checks/images/{imageId} \
  --header 'Authorization: Bearer <token>'
"aSDinaTvuI8gbWludGxpZnk="

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

imageId
string
required

Id of image in string format.

Response

200 - image/*

Raw binary image data in Byte format.

The response is of type string<byte>.