Récupérer la marque blanche
Renvoie la configuration de marque blanche du workspace (logo, couleurs, thème, webhooks).
Réponse exemple
{
"branding": {
"theme": "light",
"logo_url": "https://.../logo.png",
"company_name": "Ma Société",
"primary_color": "#0066ff",
"subdomain_slug": "masociete",
"hide_powered_by": true,
"white_label_mode": true,
"slack_webhook_url": "https://hooks.slack.com/services/..."
}
}
Renvoie la configuration de marque blanche : logo, couleurs, thème, pied de page, mode white-label, sous-domaine et webhooks d'intégration.
Authentification
Requiert une clé API avec le scope branding:manage.
Codes de statut
200 Configuration renvoyée.403 Scope insuffisant.