curl --request GET \
--url https://api.app.hrizn.io/v1/public/inventory/feed \
--header 'X-API-Key: <api-key>'{
"data": {
"count": 123,
"vehicles": [
{
"vin": "<string>",
"year": 123,
"make": "<string>",
"model": "<string>",
"trim": "<string>",
"vehicle_type": "<string>",
"price": 123,
"mileage": 123,
"exterior_color": "<string>",
"interior_color": "<string>",
"ai_description": "<string>",
"image_url": "<string>"
}
]
}
}Returns the complete inventory feed in JSON or XML format.
curl --request GET \
--url https://api.app.hrizn.io/v1/public/inventory/feed \
--header 'X-API-Key: <api-key>'{
"data": {
"count": 123,
"vehicles": [
{
"vin": "<string>",
"year": 123,
"make": "<string>",
"model": "<string>",
"trim": "<string>",
"vehicle_type": "<string>",
"price": 123,
"mileage": 123,
"exterior_color": "<string>",
"interior_color": "<string>",
"ai_description": "<string>",
"image_url": "<string>"
}
]
}
}Your Hrizn API key (prefix hzk_)
Response format
json, xml Inventory feed
Hide child attributes
Hide child attributes