HERE EV Charge Points API
EV Charging Stations API Developer's Guide

Namespace and Schema

Note: Schemas can be written in .xml or .json format. To see which resource supports which format, see Resources.
The elements and datatypes of the HERE EV Charging Stations API are defined by the following namespaces and XSDs:
Namespace:

http://www.here.com/2014/02/ACS-EV

 
Schema location:
Using a bearer token:
GET 
https://ev-v2.cc.api.here.com/ev/xsd/ACS-EV-201402.xsd
-H 'Authorization: Bearer{YOUR_TOKEN}'
Using an API Key:
GET
https://ev-v2.cc.api.here.com/ev//ev/xsd/ACS-EV-201402.xsd?apiKey={YOUR_API_KEY};
       
 
This schema imports a set of data elements that are common to all ACS APIs. The location for that schema using a bearer token is as follows:
GET 
https://ev-v2.cc.api.here.com/ev/xsd/ACS-Common-201402.xsd
-H 'Authorization: Bearer{YOUR_TOKEN}'
Using an API Key:
GET
https://ev-v2.cc.api.here.com/ev//ev/xsd/ACS-Common-201402.xsd?apiKey={YOUR_API_KEY};