Skip to content

Quick Start

  1. Obtain a Bearer token — see Authentication
  2. Create a community as SUPER_USER
  3. Add members, meters, and resources
  4. Upload meter data for each 15-minute ISP
  5. Trigger market clearing and settlement
  6. Retrieve settlement results and billing guides
# List your communities
curl https://<host>/core/api/communities \
  -H "Authorization: Bearer <token>"