cURL
curl --request GET \ --url https://api.energy-hub.io/v1.0.0/vehicles/{vehicleId}/image.png \ --header 'X-API-KEY: <api-key>'
200
Example
"aSDinaTvuI8gbWludGxpZnk="
Returns the vehicle image as png file.
API key used for authorization and authentication.
Vehicle ID
Successful operation
The response is of type string<byte>.
string<byte>