Total Access Docs
Openapi

Resolve white-label branding for a domain

Returns branding configuration (logo, colors, name) for the requesting domain.

GET
/api/v1/whitelabel

Returns branding configuration (logo, colors, name) for the requesting domain.

Query Parameters

domain?string

Response Body

application/json

curl -X GET "https://example.com/api/v1/whitelabel"
{  "success": true,  "data": {    "client_id": 0,    "brand_name": "string",    "logo_url": "string",    "primary_color": "string",    "custom_domain": "string",    "is_whitelabel": true  }}