Changelog
v1.0.0 (2026-02-10)
Initial Release
- Search API with multi-CPO parallel queries
- Booking lifecycle (create, monitor, cancel)
- 4 token strategies:
driver_token,group_token,ad_hoc,pipelet - Rate limiting with per-minute and monthly quotas
- Real-time EVSE availability
- Pricing with estimated costs
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /me | Client account info |
| GET | /usage | API usage statistics |
| GET | /search | Multi-CPO charger search |
| GET | /bookings | List bookings |
| POST | /bookings | Create booking |
| GET | /bookings/{id} | Get booking details |
| POST | /bookings/{id}/cancel | Cancel booking |