Skip to main content
POST
/
v1
/
webhook
/
price_signal
/
trigger
trigger price signal webhook for organization homes
curl --request POST \
  --url https://api.example.com/v1/webhook/price_signal/trigger \
  --header 'Content-Type: application/json' \
  --header 'x-ws-api-key: <api-key>' \
  --data '
{
  "startTime": "2025-02-25T16:13:37.902Z",
  "endTime": "2025-02-26T16:13:37.902Z"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.wattshift.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-ws-api-key
string
header
required

Headers

x-ws-api-key
string

WattShift API Key

Body

application/json
startTime
string | null
endTime
string | null

Response

200 - undefined