homes
list homes
POST
/
v1
/
homes
/
list
Copy
[
{
"id": "<string>",
"createdAt": "<any>",
"updatedAt": "<any>",
"name": "<string>",
"userId": "<string>",
"UtilityId": "<string>",
"ratePlanId": "<string>",
"unstructuredAddress": "<string>",
"timezone": "<string>",
"country": "<string>",
"city": "<string>",
"zipcode": "<string>",
"streetAddress": "<string>",
"meterId": "<string>",
"meterIdSource": "<string>",
"energyMarketBiddingEnabled": true,
"enabled": true,
"carbonSignalIntensity": "LOW"
}
]
Headers
WattShift API Key
Response
200 - application/json
The response is of type object[]
.
Copy
[
{
"id": "<string>",
"createdAt": "<any>",
"updatedAt": "<any>",
"name": "<string>",
"userId": "<string>",
"UtilityId": "<string>",
"ratePlanId": "<string>",
"unstructuredAddress": "<string>",
"timezone": "<string>",
"country": "<string>",
"city": "<string>",
"zipcode": "<string>",
"streetAddress": "<string>",
"meterId": "<string>",
"meterIdSource": "<string>",
"energyMarketBiddingEnabled": true,
"enabled": true,
"carbonSignalIntensity": "LOW"
}
]
Assistant
Responses are generated using AI and may contain mistakes.