---
title: "Update branding"
method: PUT
path: "/api/v1/organization/brand"
tags: ["Organization"]
---

# Update branding

`PUT /api/v1/organization/brand`

Updates the organization branding which will be reflected on payment pages, invoices, etc.

## Response `200`

- OrganizationDto
  - `id` string, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `name` string, required — Organization's name
  - `type` string, required — Organization's type
  - `status` 'pending' | 'active' | 'suspended', required
  - `kind` 'individual' | 'business', required
  - `ownerId` string, required — User's id who owns organization
  - `noOfEmployees` string, required — No of employees
  - `monthlyPaymentVolume` string, required — Monthly payment volume
  - `addresses` WithdrawalAddressMinimalDto[], required — Withdrawal addresses
    - `id` string, required — Withdrawal address id
    - `name` string, required — Withdrawal address name
    - `address` string, required — Withdrawal address
    - `chainId` number, required — Withdrawal address chain id
    - `isDefault` boolean, required — Is default withdrawal address
  - `email` string — Organization's email
  - `supportEmail` string — Organization's support email
  - `phone` string — Organization's support phone number
  - `addressDetails` AddressDetailDto
    - `line1` string
    - `line2` string
    - `city` string
    - `state` string
    - `postalCode` string
    - `country` string
  - `brandLogo` string, required — Brand logo url
  - `brandColor` string, required — Brand color in hex format
  - `supportUrl` string — Organization's support url
  - `termsUrl` string — Organization's terms and conditions url
  - `privacyUrl` string — Organization's privacy policy url
  - `websiteUrl` string — Organization's website url
  - `featureAccessRequests` string[], required — Feature access requests from organization
  - `companyIdentificationNumber` string
  - `taxIdentificationNumber` string
  - `referralCode` string — Referral code
  - `referrerId` string

## Other responses

- `500`

---

[API](https://skmtc.net/copperx/apis/copperx-api-2.md) · [All operations](https://skmtc.net/copperx/apis/copperx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/copperx/copperx-api-2/revisions/c0bfbc37fb98/schema)
