How to create basic elements of a request
How to construct basic elements of a request
A request to the HERE EV Charge Points API v2 includes the basic elements shown in the following table and resource-specific parameters.
| Element | Value/Example | Description |
|---|---|---|
| Base URL | https://ev-v2.cc.api.here.com | |
| Path | /ev/ | |
| Resource | See Resources for a full list of available resources. | |
| Parameters (examples) | prox or connectortype | |
| Authorization header | -H "Authorization: API key {YOUR_TOKEN}" | Substitute your own unique token. For more details on authentication and authorization, see the Identity and Access Management Developer Guide. |
| API Key | apiKey={YOUR_API_KEY} | Substitute your own unique API key |
| Application Code - Legacy | app_code={YOUR_APP_CODE} | Substitute your own unique app_code |
| Application Id - Legacy | &app_id={YOUR_APP_ID} | Substitute your own unique app_id |
Updated 2 days ago