Skip to main content

Get Audiences

GET 

/audiences

Get all audiences

Retrieves a list of all Audiences in your account, along with detailed information for each Audience.
Use this endpoint to view and manage all existing audience lists, including their names and associated customer data.

Request

Responses

successful operation

Schema
    contacts object[]
  • Array [
  • id uuid
    name string
    numberOfMembers integer
  • ]
Loading...