Electric Vehicle Sessions
Get the currently active charging session for an electric vehicle
Returns the active session wrapped as { "session": ... }. When no session is active, returns 200 with { "session": null } instead of 404 so clients can poll without exception handling.
GET
Get the currently active charging session for an electric vehicle
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID
The user ID
The electric vehicle ID
Query Parameters
Include the active session even if flagged hidden. Back-office/debugging use.
Response
200 - application/json
OK
Get the currently active charging session for an electric vehicle
