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"
    }
  ]
}

Authorizations

Authorization
string
header
default:brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Response

Saved audiences for this organization.

audiences
object[]
required