homes
find home
POST
/
v1
/
homes
/
{id}
/
get
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
Path Parameters
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.