curl --request GET \
--url https://api.app.hrizn.io/v1/public/inventory/feed \
--header 'X-API-Key: <api-key>'{
"data": {
"count": 254,
"vehicles": [
{
"vin": "1C4HJXEG5NW195712",
"year": 2022,
"make": "Jeep",
"model": "Wrangler Unlimited",
"trim": "Sahara 4x4",
"vehicle_type": "Used",
"price": 27759,
"mileage": 45225,
"exterior_color": "Bright White Clearcoat",
"interior_color": "Black",
"ai_description": null,
"image_url": "https://cdnrs.inventoryrsc.com/640x480/490008540_697aded63b109513bccc1573.jpg"
}
]
}
}
Get 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": 254,
"vehicles": [
{
"vin": "1C4HJXEG5NW195712",
"year": 2022,
"make": "Jeep",
"model": "Wrangler Unlimited",
"trim": "Sahara 4x4",
"vehicle_type": "Used",
"price": 27759,
"mileage": 45225,
"exterior_color": "Bright White Clearcoat",
"interior_color": "Black",
"ai_description": null,
"image_url": "https://cdnrs.inventoryrsc.com/640x480/490008540_697aded63b109513bccc1573.jpg"
}
]
}
}
inventory:read
json or xml.{
"data": {
"count": 254,
"vehicles": [
{
"vin": "1C4HJXEG5NW195712",
"year": 2022,
"make": "Jeep",
"model": "Wrangler Unlimited",
"trim": "Sahara 4x4",
"vehicle_type": "Used",
"price": 27759,
"mileage": 45225,
"exterior_color": "Bright White Clearcoat",
"interior_color": "Black",
"ai_description": null,
"image_url": "https://cdnrs.inventoryrsc.com/640x480/490008540_697aded63b109513bccc1573.jpg"
}
]
}
}
Your Hrizn API key (prefix hzk_)
Response format
json, xml Inventory feed
Hide child attributes
Hide child attributes