Skip to content

MeshVI API (1.0.0)

API documentation for MeshVI services. These endpoints require API authorization ([APIAuthorize]) via Bearer token. Includes Acord certificate verification and retrieval, client, driver, policy, and vehicle operations for real-time insurance verification and fleet management.

Download OpenAPI description
Languages
Servers
Mock server
https://docs.meshvi.com/_mock/apis/meshvi
Production
https://verified.meshvi.com

Certificates

Certificate verification and retrieval (Acord).

Operations
Operations
Operations
Operations

Vehicles

Vehicle certificate operations.

Operations

Request

Retrieves the Acord certificate for a vehicle. Provide exactly one of: id, vin, or licensePlate. clientId may be used in some contexts.

Security
BearerAuth
Query
idinteger or null

Vehicle ID.

vinstring or null= 17 characters

VIN (17 characters).

licensePlatestring or null

License plate number.

clientIdinteger or null

Client ID (optional context).

curl -i -X GET \
  'https://docs.meshvi.com/_mock/apis/meshvi/v1/certificates/vehicles?id=0&vin=stringstringstrin&licensePlate=string&clientId=0' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Certificate data returned successfully.

Bodyapplication/json
object
Response
application/json
{}