POST
/
v1
/
homes
/
{id}
/
price_signal
{
  "startTime": "<any>",
  "endTime": "<any>",
  "data": [
    {
      "startTime": "<any>",
      "endTime": "<any>",
      "price": 123,
      "import": 123,
      "export": 123,
      "confidence": 123
    }
  ],
  "prices": [
    123
  ],
  "export": [
    123
  ],
  "import": [
    123
  ],
  "homeId": "<string>"
}

Headers

x-ws-api-key
string

WattShift API Key

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.