Skip to main content

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

EndpointDescription
GET /api/vehicle_idsList the vehicle identifiers available in the inventory.
GET /api/vehicle_partialsList lightweight (partial) vehicle representations, optimised for pagination and search.
GET /api/mappingsList the configured field mappings.
GET /api/mappings-availableList 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>