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

Revvo Vehicle API

The Vehicle API

Revvo Vehicle API is one of 7 APIs that Revvo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Vehicle. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 3 operations across 2 paths, and defines 20 schemas. It is described by OpenAPI 3.0.1, at version 0.0.

Requests are made against the base URL https://api.revvo.ai/v0.

3 operations 2 paths 20 schemas 1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
0.0
Base URL
https://api.revvo.ai/v0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

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

Paths & Operations 3

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

Vehicle 3

The Vehicle API

PUT
/fleet/{fleetId}/vehicle
Update an existing vehicle
updateVehicle 1 param body → 200404401
POST
/fleet/{fleetId}/vehicle
Create new vehicle
vehicle 1 param body → 201400401
GET
/fleet/{fleetId}/vehicle/{vin}
Get details of a specific vehicle
getVehicle 2 params → 200404401

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are VehicleAxleDetails (14 properties), template (12 properties), TireStatusListInner (10 properties), tireTemplate (5 properties). Each schema is shown below with its type and property counts.

GetVehicle404Response
object
GetVehicle404Response
3 properties
AxleTypeApiModel
string
displayType
string
Vehicle Display Type
geolocation
object
Geolocation
3 properties
CreateVehicle201Response
object
CreateVehicle201Response
2 properties 1 required
CreateVehicleBody
object
CreateVehicleBody
3 properties 2 required
template
object
Template details of the vehicle
12 properties 9 required
value
object
VehicleStatus
4 properties
fuelType
string
Vehicle Fuel Type
TireStatusListInner
object
TireStatusListInner
10 properties
gatewayLocation
string
Location of the gateway installation
InternalErrorCode
string
Internal Error Code
EventListInner
object
EventListInner
5 properties
CreateVehicle400Response
object
CreateVehicle400Response
3 properties
GetVehicle200Response
object
GetVehicle200Response
2 properties
VehicleAxleDetails
object
VehicleAxleDetails
14 properties 10 required
tireTemplate
object
Tire template to replace the tire with
5 properties 5 required
tirePosition_1
string
Tire position on the vehicle: \[SIDE\]\[AXLENUMBER\] with an optional \[INNER/OUTER\] suffix, plus SPARE\[N\].
type
string
Event type
treadClass
string
Tread class

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revvo-vehicle-api-openapi.yml Raw ↑

Other APIs Revvo publishes across the network.

Revvo Api-keys API
Revvo Auth API
Revvo Device API
Revvo Event API
Revvo Fleet API
Revvo Tire Operation API