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

Documentation Index

Fetch the complete documentation index at: https://docs.brew.new/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:Bearer brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Response

Verified sending domains for this organization.

domains
object[]
required