[BETA] Get Audiences
Get audiences.
GET
/
public
/
v1
/
audiences
Query Parameters
next_page
string
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
limit
integer
default: 100The maximum number of audiences to retrieve.
Response
201 - application/json
audiences
object[]
requiredList of audiences.
hasMore
boolean
requiredWhether this is the last page of results or not.
nextPage
string
A token to retrieve the next page of results.