This page does NOT support Internet Explorer. Please use a modern browser like e.g. Google Chrome, Mozilla Firefox or Microsoft Edge.
Some of Home Connect enabled refrigerators, fridge-freezers and ovens have built-in cameras and support images. When working with images the process involves two steps and related endpoints: first one to get the list of available images and their metadata, second to request media file for specific image id.
Please note that due to technological changes and low usage, Home Connect decided for some cooling appliances (older models) to discontinue the Camera-in-Fridge feature and removed related functionality from the Home Connect mobile app. This change took effect on March 31, 2026. For these models the endpoint /images become unavailable.
GET
https:/
The request will return a JSON object with a list of historical image ids, their thumbnail ids, specified per camera, and provided with a timestamp and quality information.
Example
GET https:/
{
"data": {
"images": [
{
"key": "Refrigeration.FridgeFreezer.Status.DoorCameraPresentRefrigerator",
"imagekey": "56e2ceea1f0000ab54d661f3",
"previewimagekey": "56e2cee91f0000a654d661f1",
"timestamp": 1457704646,
"quality": "good"
},
{
"key": "Refrigeration.FridgeFreezer.Status.InteriorCameraPresentRefrigerator",
"imagekey": "56e2cee91f0000a654d661f2",
"previewimagekey": "56e2cee91f0000a654d661f0",
"timestamp": 1457704646,
"quality": "good"
}
]
}
}
GET
https:/
The request will return a media file.