Download OpenAPI 3.0 Specification Download Postman Collection The Enode API is designed to make smart charging applications easy to develop. We provide an abstraction layer that reduces the complexity when extracting vehicle data and sen
https://api.test.enode.io/
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.test.enode.io/
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
37%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Paid energy API for EV, solar, and HVAC device integration. Pricing on request.
| Method | Path | Description |
|---|---|---|
| GET | /chargers |
List Chargers |
| GET | /chargers/{chargerId} |
Get Charger |
| POST | /chargers/{chargerId}/charging |
Control Charging |
| GET | /charging-locations |
List Charging Locations |
| POST | /charging-locations |
Create Charging Location |
| DELETE | /charging-locations/{chargingLocationId} |
Delete Charging Location |
| GET | /charging-locations/{chargingLocationId} |
Get Charging Location |
| PUT | /charging-locations/{chargingLocationId} |
Update Charging Location |
curl -X GET 'https://api.test.enode.io//chargers' \ -H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Enode documentation.