Charger — Reporting
Event reporting
Reports device events such as plug-in, plug-out, charging start / stop, faults, and alarms.
Related: for interpreting event_type=fault payloads, see the Fault Dictionary.
POST
Event reporting
Authorizations
Charger-side bearer token. Obtained by exchanging device_id and
device_secret (issued at registration) at /v1/device/token.
Valid for 24 hours.
Body
application/json
Available options:
plug_in, plug_out, start, stop, fault, alarm Required range:
x >= 1Event-specific payload. For example:
plug_in:{ vehicle_connected: boolean }fault:{ fault_code: int, fault_message: string, details: object }start/stop:{ reason: string }
Response
200
Event accepted.