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
Example response
{
"primaryColor": "#3B82F6"
}