curl --request GET \
--url https://api.app.hrizn.io/v1/public/inventory \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"vin": "<string>",
"year": 123,
"make": "<string>",
"model": "<string>",
"vehicle_type": "<string>",
"price": 123,
"mileage": 123,
"stock_number": "<string>",
"status": "<string>",
"photo_url": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"has_more": true,
"next_cursor": "<string>",
"total_count": 123
}
}curl --request GET \
--url https://api.app.hrizn.io/v1/public/inventory \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"vin": "<string>",
"year": 123,
"make": "<string>",
"model": "<string>",
"vehicle_type": "<string>",
"price": 123,
"mileage": 123,
"stock_number": "<string>",
"status": "<string>",
"photo_url": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"has_more": true,
"next_cursor": "<string>",
"total_count": 123
}
}Your Hrizn API key (prefix hzk_)
Number of results per page
1 <= x <= 100Base64-encoded pagination cursor
Filter by make (case-insensitive partial match)
Filter by model (case-insensitive partial match)
Filter by exact model year
Filter by vehicle type (new or used)
new, used Paginated list of vehicles
Hide child attributes
Vehicle condition (new or used)