E

Enode API

by Enode

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

developerenode

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
72

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid energy API for EV, solar, and HVAC device integration. Pricing on request.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.test.enode.io//chargers' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Enode documentation.