Skip to main content
GET
/
v1
/
audiences
List Audiences
curl --request GET \
  --url https://brew.new/api/v1/audiences \
  --header 'Authorization: Bearer <token>'
{
  "audiences": [
    {
      "audienceId": "jn7a8w4q8m9k2p1x7c3b5v6n9h7s2d4f",
      "audienceName": "Nordic Founders"
    }
  ]
}

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

Saved audiences for this organization.

audiences
object[]
required