Jump to Content
FlatPeak
API Reference
Log InFlatPeak
API Reference
Log In
API Reference

FlatPeak API

  • Account
    • Get current accountget
  • Events
    • List all eventsget
    • Retrieve an eventget
  • Login
    • Obtain an auth tokenget

Connect API

  • Customers
    • List all customersget
    • Create a customerpost
    • Retrieve a customerget
    • Delete a customerdel
    • Update a customerpatch
  • Devices
    • List all devicesget
    • Create a devicepost
    • Check a mac addressput
    • Retrieve a deviceget
    • Delete a devicedel
    • Update a devicepatch
    • Meter a deviceput
  • Products
    • List productsget
    • Create a productpost
    • Create a tariff snapshotpost
    • Retrieve a productget
    • Delete a productdel
    • Update a productpatch
  • Providers
    • List providersget
    • Retrieve provider detailsget

Rates API

  • Retrieve energy cost (tariff) for a device, over timeget
  • Retrieve energy cost (tariff) for a product, over timeget

SLOTS API (alpha)

  • Create consumption schedule for a productpost
  • Create balancing schedule for a group of devicespost
  • Create consumption schedule for a devicepost
  • Calculate consumption cost for a productpost
  • Calculate consumption cost for a devicepost
Powered by 

List all customers

get
https://api.flatpeak.energy/customers

Returns a list of all customers.

The customers are returned sorted by creation date, with the most recent appearing first. If no parameters are specified in the request, all of customers in pages of 100 are returned.

Language
Credentials
Bearer
Log in to use your API keys
Click Try It! to start a request and see the response here!