Skip to main content
GET
/
client
/
water-guards
/
consumption
/
{id}
Get consumption for water guard
curl --request GET \
  --url https://api.orbital-systems.com/client/water-guards/consumption/{id} \
  --header 'x-api-key: <api-key>'
{
  "duration": 123,
  "volume": 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

Path Parameters

id
string
required

Water guard ID

Response

Success

duration
number
volume
number