Company logoTrust Center Documentation

Get brand settings

Retrieve current brand settings for the tenant including theme colors, fonts, logo, and deployment configuration.

GET
/api/v1/brand
AuthorizationBearer <token>

In: header

Response Body

fetch("https://app.orbiqhq.com/api/v1/brand")

{
  "title": "Acme Trust Center",
  "logo": "https://directus.example.com/assets/logo-123",
  "primary_color": "#007bff",
  "background_color": "#f8f9fa",
  "font_family": "Inter, sans-serif",
  "overview_text": "Welcome to our trust center",
  "footer_text": "© 2025 Acme. All rights reserved.",
  "footer_links": [
    {
      "id": "link1",
      "text": "Privacy Policy",
      "url": "https://Acme.de/privacy"
    }
  ],
  "deployment_domains": "trust.Acme.de"
}
Empty
Empty

How is this guide?