Build on top of HowElectric CMS
RESTful API with comprehensive endpoints for charger management, billing, analytics, and user management.
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
API endpoints
Six comprehensive modules covering every aspect of your charging network.
Chargers
List, status, remote start/stop, reboot
Sessions
Active sessions, history, session details
Billing
Invoices, payments, refunds, pricing rules
Users
Create, update, roles, RFID management
Analytics
Revenue, energy, utilization metrics
Webhooks
Real-time event notifications
Simple, intuitive API
Get started with just a few lines of code.
# List all chargers
GET /v1/chargers
Authorization: Bearer <token>
# Response
{
"chargers": [...],
"total": 48,
"online": 45
}
SDKs coming soon
Official client libraries to make integration even easier.
Ready to build?
Get your API key and start integrating HowElectric CMS into your applications today.