Skip to main content
GET
/
v1
/
organization
/
primary-color
Get organization primary color
curl --request GET \
  --url http://localhost:3333/v1/organization/primary-color \
  --header 'X-API-Key: <api-key>'
{
  "primaryColor": "#3B82F6"
}

Documentation Index

Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt

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

Authorizations

X-API-Key
string
header
required

API key for authentication

Headers

X-Organization-Id
string

Organization ID (required for session auth, optional for API key auth)

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