Hey! These docs are for version 1.0, which is no longer officially supported. Click here for the latest version, 1.1!

Introduction-API

960

Welcome

Welcome to eDRV, the API for Electric Vehicle Charge Station management. If you need any help please reach out to us at [email protected].

At eDRV our goal is to simplify the process of developing applications for EV charging. eDRV allows you to connect any OCPP compatible EV charge station to your application without the need for spending weeks and months building your own OCPP compatible messaging protocol.

ProtocolCompatibilityDetails
OCPP 1.6 JAll AC & DC Charge StationsOCPP 1.6J Specification
OCPP 2.0.1All AC & DC Charge StationsOCPP 2.0.1 Specification

eDRV works with any unlocked, OCPP compatible charge station. We have also tested (to date) with over twenty international charge station manufacturers.

The eDRV API is grounded within REST and HTTP allowing you to use any HTTP client or programming language. All requests and responses are JSON formatted.

All requests made to our API require an access token based on the OAuth2 authorization framework.


What’s Next