Skip to content

Organization → Branding

Custom logo and branding shown to your org's members and to recipients on signing pages/emails.

Endpoint summary

Method Path Notes
GET /organization/v1/branding Read current branding config
PUT /organization/v1/branding (multipart) Update branding
GET /organization/v1/branding-reset Reset to the platform default

Reading and updating

GET /organization/v1/branding

Returns the org's branding configuration as JSON (logo reference, colors, any custom text) — owner and members can read it.

PUT /organization/v1/branding
Content-Type: multipart/form-data

settingsJson: {"logoUrl": "...", "primaryColor": "#4F46E5"}

Owner-only. Sends the updated config as a JSON string in the settingsJson form field (alongside a logo file part, if changing the logo). Returns 204 No Content on success.

Resetting

GET /organization/v1/branding-reset

Owner-only. Reverts to the platform's shipped default branding — useful as an "undo" if a custom branding change looks wrong.

The org's logo alone can also be fetched directly (e.g. for embedding in an email) via Organization → Details → GET /organization/v1/logo.