HowElectric
API Reference

Build on top of HowElectric CMS

RESTful API with comprehensive endpoints for charger management, billing, analytics, and user management.

Overview

API at a glance

Everything you need to integrate with HowElectric CMS.

Base URL

api.howelectric.com/v1

Authentication

Bearer token

Format

JSON

Rate limit

1000 req/min

Endpoints

API endpoints

Six comprehensive modules covering every aspect of your charging network.

Chargers

List, status, remote start/stop, reboot

View endpoints

Sessions

Active sessions, history, session details

View endpoints

Billing

Invoices, payments, refunds, pricing rules

View endpoints

Users

Create, update, roles, RFID management

View endpoints

Analytics

Revenue, energy, utilization metrics

View endpoints

Webhooks

Real-time event notifications

View endpoints
Example

Simple, intuitive API

Get started with just a few lines of code.

api-request.sh

# List all chargers

GET /v1/chargers

Authorization: Bearer <token>

# Response

{

"chargers": [...],

"total": 48,

"online": 45

}

SDKs

SDKs coming soon

Official client libraries to make integration even easier.

PythonNode.jsGo

Ready to build?

Get your API key and start integrating HowElectric CMS into your applications today.