Skip to main content
GET
/
v1
/
organization
/
primary-color
Get organization brand color
curl --request GET \
  --url https://api.trycomp.ai/v1/organization/primary-color \
  --header 'X-API-Key: <api-key>'
{
  "primaryColor": "#3B82F6",
  "authType": "api-key"
}

Documentation Index

Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

Response

Organization primary color retrieved successfully

primaryColor
string | null

The primary color in hex format (e.g., #FF5733)

Example:

"#3B82F6"

authType
enum<string>

How the request was authenticated

Available options:
api-key,
session