Skip to main content
PATCH
/
v1
/
brand
curl --request PATCH \
  --url https://brew.new/api/v1/brand \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identity": {
    "tagline": "Complete user management for modern apps."
  }
}
'
{
  "brand": {
    "brandId": "kx7b3s7fapqz8mjm12ekz1kxdx87yceg",
    "domain": "vercel.com",
    "status": "completed",
    "ready": true
  },
  "identity": {
    "brandName": "Vercel",
    "tagline": "Complete user management for modern apps."
  }
}

Authorizations

Authorization
string
header
default:Bearer brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Body

application/json
identity
object
emailDesign
string
Maximum string length: 200000
imageStyle
string
Maximum string length: 200000

Response

The updated brand (only the touched fields are echoed).

brand
object
required
identity
object
emailDesign
string
imageStyle
string
logos
object[]