Atlas
Admin — Branding

Get workspace branding

Returns the workspace's custom branding configuration, or null if using Atlas defaults.

GET
/api/v1/admin/branding

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/branding"
{
  "branding": {
    "id": "string",
    "orgId": "string",
    "logoUrl": "string",
    "logoText": "string",
    "primaryColor": "string",
    "faviconUrl": "string",
    "hideAtlasBranding": true,
    "createdAt": "string",
    "updatedAt": "string"
  }
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}