February 2025

πŸš€ 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}
  • 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 emaidProviderId field to the response of all the charge endpoints (i.e. /charges/*)
  • Introduced a new endpoint, v1/auditlog/events, for accessing the audit log
  • Added vehicleId field 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
  • 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}