For the complete documentation index, see llms.txt. This page is also available as Markdown.

entityBranding

Graphql fields and variables for the entityBranding query

Scope required: standard:read

For a complete list of possible response fields see the EntityBranding type.

query entityBranding () {
  entityBranding () {
    accentColor
    brandColor
    invoicesImageUrl
    quotesImageUrl
    topNavImageUrl
  }
}

Response

Last updated

Was this helpful?