Atlas
Branding

Get workspace branding (public)

Returns the workspace's custom branding for the current session. No admin role required. Returns null branding if no custom branding is set.

GET
/api/v1/branding

Response Body

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/branding"
{
  "branding": {
    "logoUrl": "string",
    "logoText": "string",
    "primaryColor": "string",
    "faviconUrl": "string",
    "hideAtlasBranding": true
  }
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}