Skip to main content
GET
/
v1
/
brand
Get the brand bound to this API key
curl --request GET \
  --url https://brew.new/api/v1/brand \
  --header 'Authorization: Bearer <token>'
{
  "brand": {
    "brandId": "kx7b3s7fapqz8mjm12ekz1kxdx87yceg",
    "domain": "vercel.com",
    "status": "completed",
    "ready": true,
    "createdAt": "2026-04-08T12:00:00.000Z",
    "updatedAt": "2026-04-08T12:05:00.000Z"
  }
}

Authorizations

Authorization
string
header
default:Bearer brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Response

The brand bound to this API key.

brand
object
required