Skip to main content
GET
/
client
/
showers
/
savings
Get total savings
curl --request GET \
  --url https://api.orbital-systems.com/client/showers/savings \
  --header 'x-api-key: <api-key>'
{
  "totalSavedWater": 123,
  "totalSavedEnergy": 123
}

Documentation Index

Fetch the complete documentation index at: https://orbitalsystems.mintlify.app/llms.txt

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

Authorizations

x-api-key
string
header
required

Response

Success

totalSavedWater
number
totalSavedEnergy
number