---
title: "Query Color Codes"
method: GET
path: "/v2/colorCodes"
tags: ["colorcodes"]
---

# Query Color Codes

`GET /v2/colorCodes`

Query all color codes for sales orders

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

Returns all color codes.

- JTLWawiRestContractsModelsV1ColorCodeColorCode[]
  - `id` string, uuid — Represents a key for identifying a color entity in the system.
  - `name` string — Name of the colour code.
  - `code` string — Hexadecimal color code (e.g., "#00FF00" for green).

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/versions/f979b1ea6951/schema)
