February 2025
9 months ago
🚀 Feature
- Added endpoints for vehicles to get a vehicle by id, list vehicles and get vehicle integration.
- GET
api/v1/vehicles/{vehicleId} - GET
api/v1/vehicles - GET
api/v1/vehicles/integration/{integrationId}
- GET
- Added support for webhooks in organization authorization. If an API client has access to its sub-operator, it will also receive webhook events for that sub-operator.
- Added
emaidProviderIdfield to the response of all the charge endpoints (i.e./charges/*) - Introduced a new endpoint,
v1/auditlog/events, for accessing the audit log - Added
vehicleIdfield to the response of all the charge endpoints (i.e/charges/*) - Added endpoints for reviewing sponsored charge point cost changes
- POST
api/v1/sponsored-charge-points/approve-cost-changes - POST
api/v1/sponsored-charge-points/reject-cost-changes
- POST
- Added endpoints for managing Charge Point Sensors available endpoints are:
- POST
api/v1/charge-point-sensors - PATCH
api/v1/charge-point-sensors/{id} - GET
api/v1/charge-point-sensors/{id} - GET
api/v1/charge-point-sensors - DELETE
api/v1/charge-point-sensors/{id}
- POST