Skip to main content

Retrieve Device Data

Fetch data from the heat pump you just connected:
curl -X GET \
  'https://app.podero.com/api/partners/v2.0/org/{org_id}/users/{user_id}/heat-pumps' \
  -H 'Authorization: Bearer {auth_token}'
The response includes real-time data:
  • Device info (manufacturer, model)
  • Current power consumption
  • Temperature readings
  • Historical consumption (day/week/month)
  • Optimization status
Use the device id for future API calls to update settings or fetch more detailed data.

Congratulations! 🎉

You’ve completed the getting started tutorial:
  • ✅ Authenticated with OAuth2
  • ✅ Created a user
  • ✅ Added a building
  • ✅ Connected a device
  • ✅ Retrieved device data

Next Steps

User Journeys

Explore common workflows

API Reference

Complete device parameters