cURL
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="
GET request to return an image
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id of image in string format.
Raw binary image data in Byte format.
The response is of type string<byte>.
string<byte>
Was this page helpful?