Skip to content

OCPP webhook endpoints

The /api/ocpp/* namespace receives webhook callbacks from SteVe when OCPP events occur on a ChargeBox — session lifecycle, meter values, status notifications, and authorization checks. Polaris Express consumes these events to drive session state, billing, and live UI updates.

These endpoints are server-to-server. They are not part of the customer or admin API surface.

https://admin.polaris.express

No route handlers were available under web/routes/api/ocpp/ at the time of authoring. Endpoint contracts (paths, payload shapes, response codes) cannot be documented without inspecting the handler source. This page will be filled in once the handler files are accessible.