---
title: "Get Colors"
method: GET
path: "/api/vehicles/data/colors"
tags: ["Vehicles Data"]
---

# Get Colors

`GET /api/vehicles/data/colors`

Get all vehicle colors (cores).

include_legacy=true also returns the negative-id rows — an EDIT form needs them to
display (and re-save) a vehicle that already carries a legacy colour. Filter lists
omit them. The cache key varies with the flag so the two lists can't poison each
other.

## Query parameters

- `include_legacy` boolean

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- ColorComboItem[]
  - `Id` integer, required
  - `Cor` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
