Inventory Service
The Inventory service (vehPark) exposes read access to the vehicle inventory managed on the OpenHive platform: vehicle identifiers and lightweight representations, stocks, and the field mappings used to publish listings.
info
To activate the Inventory service for your software, please contact us at https://openhive.eu/contact.
Available endpoints
| Endpoint | Description |
|---|---|
GET /api/vehicle_ids | List the vehicle identifiers available in the inventory. |
GET /api/vehicle_partials | List lightweight (partial) vehicle representations, optimised for pagination and search. |
GET /api/mappings | List the configured field mappings. |
GET /api/mappings-available | List the mappings available for configuration. |
See the API section for the full request and response reference of each endpoint.
Authentication
All endpoints require a bearer access token, passed in the Authorization header:
Authorization: Bearer <token>