Returns available-vendors data for specific partner
Documentation Index
Fetch the complete documentation index at: https://developer.energy-hub.io/llms.txt
Use this file to discover all available pages before exploring further.
API key used for authorization and authentication.
Successful operation
List of HVAC vendors which can be connected to the Energy Hub.
[
{
"name": "Viessmann",
"id": "VIESSMANN",
"logoUrl": "https://energy-hub.io/api/vendors/v1/viessmann/logo"
}
]List of vehicle vendors which can be connected to the Energy Hub.
[
{
"name": "Tesla",
"id": "TESLA",
"logoUrl": "https://energy-hub.io/api/vendors/v1/tesla/logo"
}
]List of charger vendors which can be connected to the Energy Hub.
[
{
"name": "Easee",
"id": "EASEE",
"logoUrl": "https://energy-hub.io/api/vendors/v1/easee/logo"
}
]List of home power vendors which can be connected to the Energy Hub.
[
{
"name": "Fronius",
"id": "FRONIUS",
"logoUrl": "https://energy-hub.io/api/vendors/v1/fronius/logo"
}
]List of tariff vendors which can be connected to the Energy Hub.
[
{
"name": "Tibber",
"id": "TIBBER",
"logoUrl": "https://energy-hub.io/api/vendors/v1/tibber/logo"
}
]