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: 100

The maximum number of audiences to retrieve.

Response

201 - application/json
audiences
object[]
required

List of audiences.

hasMore
boolean
required

Whether this is the last page of results or not.

nextPage
string

A token to retrieve the next page of results.