October 2024

πŸš€ Feature

  • Added new endpoint /charge-points/{chargePointId}/logs to retrieve OCPP logs for a specific charge point
  • We are exposing RateLimit headers now. Details here
  • Added Charge Point Statistics API for retrieving statistics related to a given charge point or charge points in a site
  • Added simCard related data to Charge Points model
  • Added roaming flag to Charge Points model
  • Added lastConnectedAt and disconnectedAt fields to Charge Points model
  • Added functionality to accept requests for Team Members join team request
  • Introduced an API for managing nested teams
  • Added amount field to Charges genenericPaymentSession this field can be set via PATCH endpoint.
  • Added eventTime field for Webhooks. This field captures the timestamp at which the event was generated by our systems. this field has milliseconds precision.
  • Introduced the ability to assign an operator_id to a Team when not provided the default will be assigned.

πŸ“ Docs

πŸ› Fix

  • Improved performance on wallet transaction endpoint