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"
}
'

Authorizations

x-ws-api-key
string
header
required

WattShift API key

Headers

x-ws-api-key
string

WattShift API Key

Body

application/json
organizationId
string

Organization to trigger webhooks for. Defaults to the API key organization.

startTime
string | null
endTime
string | null

Response

200 - undefined