Get all available vendors
Capabilities
Get all available vendors
Returns available-vendors data for specific partner
GET
Get all available vendors
Authorizations
API key used for authorization and authentication.
Response
Successful operation
List of HVAC vendors which can be connected to the Energy Hub.
Example:
[
{
"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.
Example:
[
{
"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.
Example:
[
{
"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.
Example:
[
{
"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.
Example:
[
{
"name": "Tibber",
"id": "TIBBER",
"logoUrl": "https://energy-hub.io/api/vendors/v1/tibber/logo"
}
]
