---
title: "Get color config"
method: GET
path: "/v2/companies/{companyId}/color-config"
tags: ["Companies"]
---

# Get color config

`GET /v2/companies/{companyId}/color-config`

This endpoint fetches the color config for the given entity.

## Query parameters

- `companyRole` 'ORG' | 'TMC' | 'PARTNER_TMC' | 'HR_FEED_CONNECTOR' | 'TRIPS_DATA_CONNECTOR' | 'GLOBAL', required — Role of the company.

## Response `200`

OK

- ColorConfig — Color configuration for customizable colors in the UI.
  - `profileColors` TitledColor[] — The list of colors relating to profile.
    - `title` 'PROFILE_TIER_MEMBER_COLOR' | 'PROFILE_TIER_SILVER_COLOR' | 'PROFILE_TIER_GOLD_COLOR' | 'PROFILE_TIER_PLATINUM_COLOR' | 'PROFILE_TIER_TITANIUM_COLOR' | 'PROFILE_TIER_AMBASSADOR_COLOR', required — Title of the color.
    - `color` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/company-api.md) · [All operations](https://skmtc.net/spotnana/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/company-api/revisions/fc09f0cd1f4d/schema)
