get https://api.flumewater.com/users//devices
Returns the devices associated with a user.
Bridge devices have type=1
. Sensor devices have type=2
.
Log in to see full request history
Responses
Returns the devices associated with a user.
Bridge devices have type=1
. Sensor devices have type=2
.
xxxxxxxxxx
curl --request GET \
--url 'https://api.flumewater.com/users/user_id/devices?limit=50&offset=0&sort_field=id&sort_direction=ASC&user=false&location=false&list_shared=false' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: