Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/v1/devices/hvac/thermostat_behavior/webhook/set \ --header 'Content-Type: application/json' \ --header 'x-ws-api-key: <api-key>' \ --data ' { "webhookUrl": "https://example.com/wattshift/webhook", "securityKey": "your_webhook_security_key" } '
{ "id": "ws_webhook_123456789", "createdAt": "2025-01-02T12:00:00.000Z", "updatedAt": "2025-01-02T12:00:00.000Z", "apiOwnerOrgId": "org_123456789", "webhookUrl": "https://example.com/wattshift/webhook", "securityKey": "your_webhook_security_key", "eventType": "THERMOSTAT_QUERY", "lastSentAt": null, "openAdr": false }
WattShift API Key
This security key will be sent back in the webhook under x-ws-security-key header.
x-ws-security-key
UNKNOWN
SET_POINT_SCHEDULE
THERMOSTAT_QUERY
PRICE_SIGNAL