Get Account Brand

Getting a site via App Store APIs

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Get the branding, URL, Logo, and colors of the parent account associated with the website. This can be used to generate similar colors for your App, get the white labeled dashboard domain, or understand more about the agency that's installing your App.

{
  "logo": "urlString",
  "color": {
    "links": "string",
    "button_background": "hexOrRgbString",
    "button_text": "hexOrRgbString",
    "text_on_light": "hexOrRgbString",
    "text_on_dark": "hexOrRgbString",
    "header_background": "hexOrRgbString",
    "preview_background": "hexOrRgbString"
  },
  "preview_background_image": "urlString",
  "dashboard_domain": "urlString"
}
Path Params
string
required
Headers
string
Defaults to Bearer tefDCCAKciewk6FLmMjfC0cg1d4

The specific access token to access this site API.

string
Defaults to Basic ZXhhbXBsZVVzZXI6bmljZXRyeQ==

Your App Account's username and password, based64'd.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json