- Retrieve an EVSE firmware version
Check EVSE model compatibility in a country
List EVSEs
Retrieve an EVSE
Update an EVSE
Decommission an EVSE
List EVSE models
Retrieve an EVSE model
List EVSE makes
Retrieve an EVSE make
List status logs for an EVSE
Retrieve a status log for an EVSE
List command logs for an EVSE
Retrieve a command log for an EVSE
List API error logs for an EVSE
Retrieve a specific API error log for an EVSE
List OCPP logs for an EVSE
Retrieve an OCPP log for an EVSE
Get VPP modes for an EVSE
Get connectivity information for an EVSE
Create EVSE reconnection URL
List EVSE firmware versions
Initiate EVSE onboarding
Import an EVSE by serial number
Add user to the EVSE waitlist
EVSE
EVSEAPIErrorLog
EVSECommandLog
EVSEImportRequest
Make
Model
EVSEOCPPLog
EVSEOnboardingJsonResponse
EVSEStatusLog
EVSEWaitlistRequest
EVSEWaitlistResponse
Retrieve an EVSE firmware...
Retrieve a single EVSE firmware version by ID.
Security
oauth2(Required scopes: evse:read)
- Mock serverhttps://developers.ev.energy/_mock/ev.energy-api-v2/evse_firmware_versions/{evse_firmware_version_id}
- Live API for both production and sandbox requests.https://api.ev.energy/v2/evse_firmware_versions/{evse_firmware_version_id}
- Staging server for internal testing only.https://api-staging.ev.energy/v2/evse_firmware_versions/{evse_firmware_version_id}
curl -i -X GET \
https://developers.ev.energy/_mock/ev.energy-api-v2/evse_firmware_versions/evsf01HSH04KDEWF6Z4DB2J77J74K5 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'EvEnergy-Version: 2'Returns an EVSE firmware version.
Headers
Indicates the version of the API that generated this response. If EvEnergy-Version was not specified in the request, this will be your OAuth application's default version.
Value:2
The maximum number of requests that can be made to this endpoint per hour. Defaults to 1000 but may vary per client.
Default:1000
The number of requests remaining until this client's rate limit is reached.
Default:999
Example:"https://api.ev.energy/v2/evse_firmware_versions/evsf01HSH04KDEWF6Z4DB2J77J74K5/"
The publicly displayed version label, if different from the internal version.
Example:"1.2"
A summary of the changes in this firmware release.
Example:"Bug fixes and stability improvements"
Response
{ "id": "evsf01HSH04KDEWF6Z4DB2J77J74K5", "url": "https://api.ev.energy/v2/evse_firmware_versions/evsf01HSH04KDEWF6Z4DB2J77J74K5/", "version": "1.2.3", "public_version": "1.2", "change_log": "Bug fixes and stability improvements", "support_url": "https://example.com/firmware/1.2" }