Skip to main content
GET
/
audiences
Get Audiences
curl --request GET \
  --url https://api.lumyi.co/audiences \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "01973694-44c1-73ad-80b8-37d8db0b6542",
    "name": "Newsletter Subscribers",
    "created_at": "2025-06-03T16:16:16.000000Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Audiences retrieved successfully