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 Tire Operation API

The Tire Operation API

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

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

This API exposes 2 operations across 2 paths, and defines 8 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.

2 operations 2 paths 8 schemas 2 POST

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 Tire Operation API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

Paths & Operations 2

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

Tire Operation 2

The Tire Operation API

POST
/fleet/{fleetId}/vehicle/{assetId}/tire/measurement
Record manual tire measurement(s) for a vehicle
recordTireMeasurement 2 params body → 200400404401
POST
/fleet/{fleetId}/vehicle/{assetId}/tire/replace
Replace tire(s) on a vehicle
replaceTire 2 params body → 200400404401

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are tireTemplate (5 properties), GetVehicle404Response (3 properties), Generic400Response (3 properties), TireMeasurementDetails (2 properties). Each schema is shown below with its type and property counts.

Generic400Response
object
Generic400Response
3 properties
TireReplacementDetails
object
TireReplacementDetails Details for a single tire replacement, including the template to replace it with.
1 property 1 required
GetVehicle404Response
object
GetVehicle404Response
3 properties
TireReplacementBody
object
TireReplacementBody Request body for tire replacement: a map from tire position to replacement details.
1 property 1 required
TireMeasurementDetails
object
TireMeasurementDetails Details for a single manual tire measurement: tread depth and optional tire casing id.
2 properties 1 required
TireMeasurementBody
object
TireMeasurementBody Request body for recording manual tire measurements: a map from tire position to measurement details.
1 property 1 required
tireTemplate
object
Tire template to replace the tire with
5 properties 5 required
InternalErrorCode
string
Internal Error Code

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revvo-tire-operation-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 Vehicle API