Skip to main content
GET
/
v0
/
brands
/
{brand_id}
Get brand
curl --request GET \
  --url https://api.tryarchitect.com/v0/brands/{brand_id}
{
  "brandId": "brand_01j5k9m7n8p9q2r3s4t5v6w7x8",
  "companyHomePage": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "preferredAppearance": "system",
  "tenantId": "<string>",
  "themeDark": {
    "borderColor": "<string>",
    "buttonBackgroundColor": "<string>",
    "buttonTextColor": "<string>",
    "faviconFileId": "<string>",
    "faviconUrl": "<string>",
    "logoFileId": "<string>",
    "logoIconFileId": "<string>",
    "logoIconUrl": "<string>",
    "logoUrl": "<string>",
    "mutedTextColor": "<string>",
    "pageBackgroundColor": "<string>",
    "pageForegroundColor": "<string>",
    "secondaryAccentColor": "<string>",
    "sectionCardHighlightColor": "<string>"
  },
  "themeLight": {
    "borderColor": "<string>",
    "buttonBackgroundColor": "<string>",
    "buttonTextColor": "<string>",
    "faviconFileId": "<string>",
    "faviconUrl": "<string>",
    "logoFileId": "<string>",
    "logoIconFileId": "<string>",
    "logoIconUrl": "<string>",
    "logoUrl": "<string>",
    "mutedTextColor": "<string>",
    "pageBackgroundColor": "<string>",
    "pageForegroundColor": "<string>",
    "secondaryAccentColor": "<string>",
    "sectionCardHighlightColor": "<string>"
  },
  "updatedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

brand_id
string
required

brand_id parameter

Response

200 - application/json

Brand created successfully

brandId
string
required
Examples:

"brand_01j5k9m7n8p9q2r3s4t5v6w7x8"

createdAt
string<date-time>
required
name
string
required
preferredAppearance
enum<string>
required
Available options:
system,
light,
dark
tenantId
string
required
themeDark
object
required
themeLight
object
required
updatedAt
string<date-time>
required
companyHomePage
string<uri>

URL to open when action is triggered