Skip to main content

Prerequisites

This tutorial walks you through some of the main functionalities of our Partner API.
Follow these pages in order - each step builds on the previous one.

Before You Begin

Make sure you have completed the following steps:
1

Contact Podero Sales

Email [email protected] to request credentials.
2

Receive Your Organization Setup

We will set up an Organization and an Admin User for you.
3

Get Your Credentials

You will receive:
  • Organization ID (org_id)
  • Initial username and password
  • Sandbox code (if you requested Sandbox access)
This guide uses curl for examples, but you can use Postman, Insomnia, or any other API testing suite.

What You’ll Learn

In this tutorial, you’ll learn how to:
  1. Register a new OAuth2 application
  2. Generate an access token
  3. Create an end-user
  4. Add a building
  5. Connect a heat pump device
  6. Retrieve device information

Environment Selection

Use production when you’re ready to go live with real end-user data.Base URL: https://app.podero.com/api/partners/v2.0/

Next Step

Register Application

Create your OAuth2 application to get started