Skip to main content
POST
/
v1
/
devices
/
hvac
/
{id}
/
today-url
/
generate
url for today view
curl --request POST \
  --url https://api.example.com/v1/devices/hvac/{id}/today-url/generate \
  --header 'x-ws-api-key: <api-key>'
{
  "url": "<string>"
}

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

Path Parameters

id
string
required

Response

200 - application/json
url
string
required