Skip to main content
POST
/
v1
/
webhook
/
trigger
trigger webhook
curl --request POST \
  --url https://api.example.com/v1/webhook/trigger \
  --header 'Content-Type: application/json' \
  --data '
{
  "deviceId": "<string>"
}
'

Headers

x-ws-api-key
string

WattShift API Key

Body

application/json
deviceId
string

The ID of the device

Response

200 - undefined