enode.io

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

🔑 oauth2 28 endpoints location
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (2 total)

enode-link-ios ✓ Official
# See https://github.com/enode/enode-link-ios
# See https://github.com/YoussefHenna/expo-enode-link-sdk
curl examples
Get My User
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.test.enode.io/me
List Chargers
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.test.enode.io/chargers
List Vehicles
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.test.enode.io/vehicles
Endpoints (28 total)
GET
/me
Get My User
GET
/chargers
List Chargers
GET
/vehicles
List Vehicles
GET
/health/ready
Check Service Readiness
GET
/health/vendors
Check Available Vendors
GET
/charging-locations
List Charging Locations
GET
/statistics/charging
Get User Charging Statistics
GET
/chargers/{chargerId}
Get Charger
GET
/vehicles/{vehicleId}
Get Vehicle
GET
/vehicles/{vehicleId}/location
Get Vehicle Location
GET
/vehicles/{vehicleId}/odometer
Get Vehicle Odometer
GET
/vehicles/{vehicleId}/information
Get Vehicle Information
Language coverage
C++
2
At a glance
Total SDKs2
Languages1
Endpoints28
Authoauth2
Categories1
https://api.test.enode.io