Skip to main content
GET
Returns only what your organization has overridden, not the fully resolved brand. Your interface merges these overrides over the platform defaults. See Branding. The organization is always the one your credential belongs to; there is no way to read another organization’s branding. Every organization role can read branding. Field names on this surface are camelCase.

Response

object
required
Your organization’s overrides. Sparse: only fields you have set appear, and an organization with no overrides returns {}. Anything absent falls back to the platform default.
integer
required
Concurrency revision. 0 until the first save; each save or reset adds one. Send it back on PUT /branding or DELETE /branding.
boolean
required
true once branding has been saved or reset at least once. false means the organization has always used the platform default.
string | null
required
When branding was last saved or reset, ISO 8601 in UTC. null if never.
string | null
required
Identifier of the user or API key that last saved or reset branding. null if never.
Last modified on September 26, 2026