# Enode API **Provider:** Enode **Category:** developer **Base URL:** `https://api.test.enode.io/` **Auth:** oauth2 — `Authorization: Bearer ` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.test.enode.io/ ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.test.enode.io//chargers` | List Chargers | | GET | `https://api.test.enode.io//chargers/{chargerId}` | Get Charger | | POST | `https://api.test.enode.io//chargers/{chargerId}/charging` | Control Charging | | GET | `https://api.test.enode.io//charging-locations` | List Charging Locations | | POST | `https://api.test.enode.io//charging-locations` | Create Charging Location | | DELETE | `https://api.test.enode.io//charging-locations/{chargingLocationId}` | Delete Charging Location | | GET | `https://api.test.enode.io//charging-locations/{chargingLocationId}` | Get Charging Location | | PUT | `https://api.test.enode.io//charging-locations/{chargingLocationId}` | Update Charging Location | ## Authentication OAuth 2.0 — obtain an access token via the authorization flow ``` Authorization: Bearer ``` ## Sample Request ```bash curl -X GET 'https://api.test.enode.io//chargers' \ -H 'Authorization: Bearer ' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid energy API for EV, solar, and HVAC device integration. Pricing on request. --- *Source: [API Map](https://apimap.dev/apis/enode/) — CC BY 4.0*