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

High Mobility Fleet Clearance API

Manage fleet vehicle clearance status and onboarding.

High Mobility Fleet Clearance API is one of 4 APIs that High Mobility publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Fleet Clearance. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, and a GitHub repository.

This API exposes 4 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against 2 base URLs: https://api.high-mobility.com, https://sandbox.api.high-mobility.com.

4 operations 2 paths 2 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.high-mobility.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

High Mobility Fleet Clearance API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials and authorizationCode flows, exposing 1 scope. By default, every request must be authenticated.

Paths & Operations 4

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

Fleet Clearance 4

Manage fleet vehicle clearance status and onboarding.

GET
/v1/fleet/vehicles
List fleet vehicles
listFleetVehicles → 200401
POST
/v1/fleet/vehicles
Register vehicle to fleet
addFleetVehicle body → 201400401
GET
/v1/fleet/vehicles/{vin}
Get fleet vehicle
getFleetVehicle 1 param → 200404
DELETE
/v1/fleet/vehicles/{vin}
Remove fleet vehicle
removeFleetVehicle 1 param → 204404

Schemas 2

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

FleetVehicleRequest
object
3 properties 2 required
FleetVehicle
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

high-mobility-fleet-clearance-api-openapi.yml Raw ↑

Other APIs High Mobility publishes across the network.

High Mobility Authentication API
High Mobility Vehicle Data API
High Mobility Vehicle Eligibility API