How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ev.energy Vehicles API

Endpoints for interacting with vehicles.

ev.energy Vehicles API is one of 25 APIs that ev.energy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Vehicles. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 38 operations across 28 paths, and defines 41 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against 2 base URLs: https://api.ev.energy/v2, https://api-staging.ev.energy/v2.

38 operations 28 paths 41 schemas 1 DELETE23 GET5 PATCH9 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Base URL
https://api.ev.energy/v2
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

ev.energy Vehicles API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials and authorizationCode flows, exposing 35 scopes. By default, every request must be authenticated.

Paths & Operations 38

Across 28 paths, the API surfaces 38 operations — 1 DELETE, 23 GET, 5 PATCH, 9 POST. Each is listed below with its method, path, parameters, and response codes.

Vehicles 38

Endpoints for interacting with vehicles.

GET
/vehicles/{vehicle_id}/connectors
Retrieve a vehicle's charging connectors
get-vehicles-vehicle_id-connectors 2 params → 200400401403404405406429
PATCH
/vehicles/{vehicle_id}/connectors
Update a vehicle's charging connectors
patch-vehicles-vehicle_id-connectors 2 params body → 200400401403404405406429
GET
/vehicles/{vehicle_id}/state_of_charge
Retrieve a vehicle's current state of charge
get-vehicles-vehicle_id-state_of_charge 2 params → 200400401403404405406429
PATCH
/vehicles/{vehicle_id}/state_of_charge
Update a vehicle's current state of charge
patch-vehicles-vehicle_id-state_of_charge 2 params body → 200400401403404405406429
GET
/vehicles
List vehicles
get-vehicles 6 params → 200400401403406429
POST
/vehicles
Create unintegrated vehicle
post-vehicles 3 params body → 201400401403406429
GET
/vehicles/{vehicle_id}
Retrieve a vehicle
get-vehicles-vehicle_id 4 params → 200400401403404406429
PATCH
/vehicles/{vehicle_id}
Update a vehicle
patch-vehicles 3 params body → 200400401403404406429
DELETE
/vehicles/{vehicle_id}
Remove a vehicle
delete-vehicles 2 params → 200204401403404405406429
GET
/vehicle_trims
List vehicle trims
get-vehicle_trims 8 params → 200400401403406429
POST
/vehicle_trims
Create a custom vehicle trim
post-vehicle_trims 1 param body → 201400401403406429
GET
/vehicle_trims/{vehicle_trim_id}
Retrieve a vehicle trim
get-vehicle_trims-vehicle_trim_id 3 params → 200400401403404406429
GET
/vehicle_models
List vehicle models
get-vehicle_models 9 params → 200400401403406429
POST
/vehicle_models
Create vehicle model
post-vehicle_models 2 params body → 201400401403406429
GET
/vehicle_models/{vehicle_model_id}/connectors
List a vehicle model's regional connectors
get-vehicle_models-vehicle_model_id-connectors 4 params → 200400404405406429
POST
/vehicle_models/{vehicle_model_id}/connectors
Add a regional connector to a vehicle model
post-vehicle_models-vehicle_model_id-connectors 2 params body → 201400401403404405406429
GET
/vehicle_models/{vehicle_model_id}/connectors/{region}
Retrieve a vehicle model's connector for a region
get-vehicle_models-vehicle_model_id-connectors-region 3 params → 200400404405406429
PATCH
/vehicle_models/{vehicle_model_id}/connectors/{region}
Update a vehicle model's connector for a region
patch-vehicle_models-vehicle_model_id-connectors-region 3 params body → 200400401403404405406429
GET
/vehicle_models/{vehicle_model_id}
Retrieve a vehicle model
get-vehicle_models-vehicle_model_id 3 params → 200400401403404406429
PATCH
/vehicle_models/{vehicle_model_id}
Update a vehicle model
patch-vehicle_models-vehicle_model_id 2 params body → 200400401403404405406429
GET
/vehicle_makes
List vehicle makes
get-vehicle_makes 7 params → 200400401403406429
GET
/vehicle_makes/{vehicle_make_id}
Retrieve a vehicle make
get-vehicle_makes-vehicle_make_id 2 params → 200400401403404406429
GET
/vehicles/{vehicle_id}/status_logs
List status logs for a vehicle
get-vehicles-vehicle_id-status_logs 8 params → 200400401403404406429
GET
/vehicles/{vehicle_id}/status_logs/{sampled_at}
Retrieve a specific status log for a vehicle
get-vehicles-vehicle_id-status_logs-timestamp 4 params → 200400401403404406429
GET
/vehicles/{vehicle_id}/error_logs
List API error logs for a vehicle
get-vehicles-vehicle_id-error_logs 8 params → 200400401403404406429
GET
/vehicles/{vehicle_id}/error_logs/{logged_at}
Retrieve a specific API error log for a vehicle
get-vehicles-vehicle_id-error_logs-timestamp 4 params → 200400401403404406429
GET
/vehicles/{vehicle_id}/location_logs
List location logs for a vehicle
get-vehicles-vehicle_id-location_logs 8 params → 200400401403404406429
GET
/vehicles/{vehicle_id}/location_logs/{sampled_at}
Retrieve a specific location log for a vehicle
get-vehicles-vehicle_id-location_logs-timestamp 4 params → 200400401403404406429
GET
/vehicles/{vehicle_id}/command_logs
List command logs for a vehicle
get-vehicles-vehicle_id-command_logs 8 params → 200400401403404406429
GET
/vehicles/{vehicle_id}/command_logs/{logged_at}
Retrieve a specific command log for a vehicle
get-vehicles-vehicle_id-command_logs-timestamp 4 params → 200400401403404406429
GET
/vehicles/{vehicle_id}/vpp_modes
Get VPP modes for a vehicle
get-vehicles-vehicle_id-vpp_modes 2 params → 200400401403404406429
GET
/vehicle_onboarding
Initiate vehicle onboarding
get-vehicle_onboarding 7 params → 200302400404422
POST
/vehicle_onboarding/complete
Complete vehicle onboarding
post-vehicle_onboarding-complete body → 201400404406422429
POST
/vehicle_onboarding/onboarding_link
Send vehicle onboarding link
post-vehicle_onboarding-onboarding_link body → 204400401403
GET
/vehicle_compatibility/check
Check vehicle model compatibility in a country
get-vehicle_compatibility-check 6 params → 200400401404405406
POST
/vehicle_waitlist
Add user to the vehicle waitlist
post-vehicle_waitlist 3 params body → 201400405406429
POST
/vehicles/{vehicle_id}/reconnect
Create reconnection URL
post-vehicles-vehicle_id-reconnect 1 param body → 201400401403404406429
POST
/vehicles/{vehicle_id}/disconnect
Disconnect a vehicle's integration
post-vehicles-vehicle_id-disconnect 1 param → 200400401403404406429

Schemas 41

The contract defines 41 schemas that model the data the API accepts and returns. The most detailed are VehicleStatusLog (19 properties), Vehicle (14 properties), Notification (13 properties), TariffBase (13 properties). Each schema is shown below with its type and property counts.

VehicleAPIErrorLog
object
Records an error that occurred when attempting to communicate with a vehicle's telematics API.
11 properties
Supplier
object
An energy company who supplies electricity tariffs.
5 properties 4 required
VehicleModelWrite
object
Fields that must be set when creating a VehicleModel resource.
2 properties 2 required
Times
object
Defines a period of time.
2 properties
VehicleCompatibilityCheckResult
object
Compatibility verdict for a (vehiclemodel, country) pair. Returned by GET /vehiclecompatibility/check.
2 properties 2 required
VehicleWaitlistRequest
object
Request body for POST /vehiclewaitlist. Device identification fields are mutually constrained: supply exactly one of (vehiclemodelid) or (both vehiclemakename…
5 properties 1 required
DailyPrices
object
Information about the tariff's prices for different parts of the day.
3 properties 1 required
VehicleCommandLog
object
Records a command that was sent to a vehicle.
7 properties
Tariff
Note: dailyprices and type are only available under contract. Please reach out to your account manager to find out more.
EVSESite
object
Represents a place with one or more EVSEs installed which can be accessed by multiple users.
6 properties 4 required
VehicleConnectorsUpdate
object
Request body for PATCH /vehicles/{vehicleid}/connectors.
2 properties
VehicleStatusLog
object
Records the state of a Vehicle at a particular point in time.
19 properties
VehicleModelConnectorPatch
object
Request body for PATCH /vehiclemodels/{vehiclemodelid}/connectors/{region}. All fields are optional; only those supplied are changed. region is the key and can…
4 properties
Location
object
Location model for charging locations. Address validation: Address fields are optional as a group, but each field independently triggers the requirement. If an…
9 properties
Vehicle
object
A resource representing a single, physical electric vehicle.
14 properties 10 required
VehicleReconnectionUrl
object
A URL for a user to re-authenticate their vehicle alongside it's metadata.
2 properties
VehicleWaitlistResponse
object
Response body for POST /vehiclewaitlist. Echoes just the new entry's uid; no url is returned because the endpoint exposes no retrieve action (privacy by design…
1 property 1 required
VehicleModelUpdate
object
Request body for PATCH /vehiclemodels/{vehiclemodelid}.
1 property
CountryCode
string
ISO 3166-1 2 letter Country Codes.
VehicleStateOfCharge
object
A vehicle's current battery state of charge.
5 properties 5 required
LocationDetail
Extra fields only included when a single location is requested but omitted when locations are listed.
PriceSummary
object
A single price for a certain time range.
2 properties
VehicleMake
object
A resource representing a vehicle manufacturer.
8 properties 6 required
VehicleConnectors
object
A vehicle's DC-fast charging connectors (native plug + adapters).
5 properties 5 required
VehicleModel
object
A resource representing a model of vehicle.
8 properties 5 required
VehicleOnboardingCompleteResponse
object
Response body for POST /vehicleonboarding/complete. Always an array; the single-vehicle case is returned as a one-element list.
1 property 1 required
VehicleTrim
object
A resource representing a "trim level" of a particular vehicle model, which captures a specific set of features.
6 properties 4 required
RFC9457ProblemDetail
object
6 properties 2 required
VehicleOnboardingJsonResponse
object
JSON payload returned by GET /vehicleonboarding?responsetype=json. Used by native mobile clients to launch the onboarding flow.
5 properties 3 required
Notification
object
Something that the user should be informed about.
13 properties 11 required
VehicleWrite
object
Fields that can be set when creating an unintegrated Vehicle resource. The client supplies a model (and optional batterysizewatthours); the backend resolves or…
5 properties 1 required
VehicleLocationLog
object
Records when location data was sampled for a vehicle. The actual location coordinates are not exposed through this resource.
5 properties
VehicleModelConnectorCreate
object
Request body for POST /vehiclemodels/{vehiclemodelid}/connectors.
5 properties 2 required
VPPModes
object
VPP (Virtual Power Plant) mode capabilities indicating which control modes are supported by the resource.
4 properties 4 required
TariffBase
object
Core tariff properties shared by Tariff and expanded schedulertariff. Note: dailyprices and type are only available under contract. Please reach out to your ac…
13 properties 5 required
User
object
A resource that represents an individual user in the ev.energy system.
9 properties 2 required
VehicleModelConnector
object
A vehicle model's DC-fast connector for one charging region. A model's connector can differ by market, so each row records the connector (and its provenance) f…
8 properties 8 required
VehicleStateOfChargeUpdate
object
Request body for PATCH /vehicles/{vehicleid}/stateofcharge.
1 property
VehicleTrimCreate
object
Request body for creating a custom vehicle trim.
3 properties 3 required
LatLong
object
Coordinates model used for locations.
2 properties 2 required
VehicleOnboardingCompleteRequest
object
Request body for POST /vehicleonboarding/complete. Exchanges a provider authcode (typically returned by the Smartcar Connect native SDK) for the list of vehicl…
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ev-energy-vehicles-api-openapi.yml Raw ↑

Other APIs ev.energy publishes across the network.

ev.energy Auth API
ev.energy Boundary Meters API
ev.energy Carbon API
ev.energy Charging Sessions API
ev.energy CT Clamps API
ev.energy EVS Es API
ev.energy Grid API
ev.energy HEM Systems API
ev.energy Home Batteries API
ev.energy Notifications API
ev.energy Programs API
ev.energy Rebates API
Where this information came from

This is an independent, third-party profile of ev.energy Vehicles API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.