Skip to main content

Get Audience Customers

GET 

/audiences/:id/customers

Retrieves the list of customers for a specific Audience

Use this endpoint to view all recipient's email addresses and associated profile details within a particular Audience list, enabling precise audience management.

Request

Path Parameters

    id uuidrequired

    ID of the Audience

Responses

successful operation

Schema
  • Array [
  • members object
    content object[]
  • Array [
  • email stringrequired
    firstName string
    lastName string
    source string
    birthday string
    tags string[]
    currency string
    country string
    province string
    city string
    address1 string
    address2 string
    phone string
    postalCode string
    company string
    lastPurchaseOrder string
    lastPurchasePrice string
    latestOrderId string
  • ]
  • totalPages integer
    last boolean
    totalElements boolean
    sort object
    sorted boolean
    unsorted boolean
    empty boolean
    first boolean
    numberOfElements integer
    size integer
    number integer
    empty boolean
  • ]
Loading...