This guide will walk you through the process of planning your integration with FlatPeak.

1

Embed FlatPeak API into your customer-facing app.

FlatPeak API includes a group of methods (collectively referred to as “Connect”) for requesting your customer’s consent to securely access their energy provider account to fetch the tariff — or if FlatPeak has not yet integrated that provider, your customer will be able to enter their tariff manually.

You can choose from two different integration paths:

Clone our reference implementation and embed it via WebView

Get up and running fast with our open-source reference implementation of FlatPeak API for you app. Clone and deploy in hours. Click to jump to the section.

Build necessary pages in your app using FlatPeak API

Prefer a native UX? Use the API directly—our most popular but more dev-intensive method. Typically takes two weeks to go live. Click to jump to the section.

2

Call FlatPeak API from your backend.

Once a customer completes the Connect flow, your backend can immediately query the FlatPeak API for their tariff data and access all other energy intelligence endpoints.

You can choose from two different integration paths for this step too:

Use out fast-track planning and cost reporting endpoints

Get raw tariff and implement planning and cost reporting yourself