Skip to main content
GET
/
v1
/
brands
List Brands
curl --request GET \
  --url https://brew.new/api/v1/brands \
  --header 'Authorization: Bearer <token>'
{
  "brands": [
    {
      "brandId": "jn7a8w4q8m9k2p1x7c3b5v6n9h7s2d4f",
      "brandUrl": "https://example.com"
    }
  ]
}

Authorizations

Authorization
string
header
default:brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Response

Completed brands available to the current organization.

brands
object[]
required