People
List People
This endpoint gets the list of people in your audience.
GET
/
api
/
people
/
search
string
An optional search parameter to find people that match the passed string
Response
next
string or null
The API URL of the next page of users. Can be null if there are no more pages.
previous
string or null
The API URL of the previous page of users. Can be null if on page 0.
count
number
The total number of people in this dataset ignoring pagination. Example: searching for an email in your audience would return 1 or 0 here.
results
array
The list of people returned
total
number
The total number of people in your audience.
unsubscribed
number
The total number of unsubscribed people in your audience.