v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Organization

Get organization brand color

Retrieve the organization primary brand color used for Trust Center theming, portals, and API-driven embedded experiences.

get/v1/organization/primary-color

Query parameters

tokenstring
Example:tok_abc123def456

Access token for public access (alternative to authentication). When provided, authentication is not required.

Response

Organization primary color retrieved successfully

primaryColorstring nullable

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

authType'api-key' | 'session'

How the request was authenticated

Example response

{
  "primaryColor": "#3B82F6"
}