Added endpoints for vehicles to get a vehicle by id, list vehicles and get vehicle integration.
GETapi/v1/vehicles/{vehicleId}
GETapi/v1/vehicles
GETapi/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
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 ChargesgenenericPaymentSession 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.