v1
latestOpenAPI 3.0.12026-07-243686491.1 MBSites
Retrieve the energy mix of a (charge) site
Required scope: charge-points:read </br>Organization authorization: supported
get/api/v1/sites/{siteId}/energy-mix
Path parameters
siteIdinteger required
Response
Energy mix of the site with the provided id
Example response
{
"is_green_energy": true,
"energy_sources": [
{
"percentage": 40
}
],
"environ_impact": [
{
"amount": 12.5
}
],
"supplier_name": "Green Energy Supplier",
"energy_product_name": "EcoPower 2025"
}