GET
/
tenants
/
{id}
/
brand
curl --request GET \
  --url https://api.pxyz.dev/api/v0/tenants/{id}/brand
{
  "background": "<string>",
  "foreground": "<string>",
  "muted": "<string>",
  "mutedForeground": "<string>",
  "popover": "<string>",
  "popoverForeground": "<string>",
  "card": "<string>",
  "cardForeground": "<string>",
  "border": "<string>",
  "input": "<string>",
  "primary": "<string>",
  "primaryForeground": "<string>",
  "secondary": "<string>",
  "secondaryForeground": "<string>",
  "accent": "<string>",
  "accentForeground": "<string>",
  "destructive": "<string>",
  "destructiveForeground": "<string>",
  "ring": "<string>",
  "radius": "<string>",
  "darkBackground": "<string>",
  "darkForeground": "<string>",
  "darkMuted": "<string>",
  "darkMutedForeground": "<string>",
  "darkPopover": "<string>",
  "darkPopoverForeground": "<string>",
  "darkCard": "<string>",
  "darkCardForeground": "<string>",
  "darkBorder": "<string>",
  "darkInput": "<string>",
  "darkPrimary": "<string>",
  "darkPrimaryForeground": "<string>",
  "darkSecondary": "<string>",
  "darkSecondaryForeground": "<string>",
  "darkAccent": "<string>",
  "darkAccentForeground": "<string>",
  "darkDestructive": "<string>",
  "darkDestructiveForeground": "<string>",
  "darkRing": "<string>",
  "darkRadius": "<string>"
}

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.