Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TRONITY Vehicles API

The Vehicles API from TRONITY — 3 operation(s) for vehicles.

TRONITY Vehicles API is one of 6 APIs that TRONITY 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, and an API reference.

This API exposes 4 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://api.tronity.tech.

4 operations 3 paths 1 schemas 1 DELETE3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.tronity.tech
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

TRONITY Vehicles API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — OAuth2 Bearer access token obtained from POST /oauth/authentication. Available scopes include readvin, readvehicleinfo, readodometer, readcharge, readbattery,…

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 1 DELETE, 3 GET. Each is listed below with its method, path, parameters, and response codes.

Vehicles 4
GET
/v1/vehicles
Retrieve many Vehicle
getManyVehicles → 200
GET
/v1/vehicles/{id}
Retrieve one Vehicle
getOneVehicle 1 param → 200
DELETE
/v1/vehicles/{id}
Delete one Vehicle
deleteOneVehicle 1 param → 200
GET
/v1/vehicles/{vehicleId}/vin
Get vin from the vehicle
vehicleControllerVin 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Vehicle (4 properties). Each schema is shown below with its type and property counts.

Vehicle
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tronity-vehicles-api-openapi.yml Raw ↑

Other APIs TRONITY publishes across the network.

TRONITY Authentication API
TRONITY Charging & Battery API
TRONITY Commands API
TRONITY Vehicle Data API
TRONITY Webhooks API