Skip to main content
GET
Use this to build a branding settings form. It returns everything GET /branding returns, plus the value limits the server enforces and whether the caller may save changes. canEdit is a display hint so you can show a read-only form. It does not grant anything: PUT /branding and DELETE /branding check permission on every request. Every organization role can call this endpoint; canEdit is true for owners and admins.

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.
object
required
Value limits enforced on save. They describe the API contract, not your deployment.
boolean
required
Whether the caller holds the permission to change branding.
Last modified on September 26, 2026