Get brand

Gets the brand properties for the specified account.
GET
/accounts/{accountID}/branding
200 403 404 429
Branding for the account.
{
  "colors": {
    "dark": {
      "accent": "#ffffff"
    },
    "light": {
      "accent": "#111111"
    }
  }
}
The user is not authorized to make the request.
Request received, but resource was not found.
Request was refused due to rate limiting.

Retry-After

number

Path parameters

accountID

string <uuid> required
ID of the account.

Response

application/json

colors

object required
right_key Show child attributes

dark

object required
right_key Show child attributes

accent

string required
A CSS hex color representing the accent color for use in dark mode.

light

object required
right_key Show child attributes

accent

string required
A CSS hex color representing the accent color for use in light mode.