Every configuration available to your key in one (large) response — one entry per car and color (each car lists the house colors plus its brand's colors). Plan-gated. Use for a one-off sync rather than per-request.
Request
curl "https://api.vehicleimagery.com/api/getall" \
-H "x-api-key: YOUR_API_KEY" 200 · All configurations.
[
{
"id": 911,
"brand": "Abarth",
"model": "124_Spider_Abarth",
"variant": "Basis",
"trim": "base",
"year": 2016,
"resolution": "default",
"format": "png",
"color": "default"
},
{
"id": 911,
"brand": "Abarth",
"model": "124_Spider_Abarth",
"variant": "Basis",
"trim": "base",
"year": 2016,
"resolution": "default",
"format": "png",
"color": "wine_red"
}
] 401 · Missing or invalid `x-api-key`.
{
"error": "Invalid API key"
} 403 · Plan restriction (feature, format or brand not allowed) or blocked request.
{
"error": "Mirroring is not allowed by your plan."
} 404 · No data for the requested path.
{
"error": "Brand 'Xyz' not found — check /api/brands for valid brands."
}