Get Branding
Public branding endpoint for org resolution. Resolves tenant by slug, loads widget/mobile settings, and returns branding config for the mobile app or widget. No auth required. Cached in Redis with 1h TTL.
Public branding endpoint for org resolution.
Resolves tenant by slug, loads widget/mobile settings, and returns branding config for the mobile app or widget. No auth required. Cached in Redis with 1h TTL.
Query Parameters
tenant_slug*Tenant Slug
Length
1 <= length <= 100Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/app/branding?tenant_slug=string"{
"accent_color": "string",
"app_name": "AurionAI Support",
"call_button_label": "Call IT Support",
"display_title": "IT Support",
"logo_url": "string",
"primary_color": "string",
"product_profile": "complete",
"splash_background_color": "#6366F1",
"status_bar_style": "light",
"tenant_slug": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}