Skip to main content
GET
List Audiences

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Query Parameters

account_id
string
required

Account ID, prefixed biz_.

audience_id
string

Audience ID, prefixed adaud_, used to filter the response to one audience.

audience_type
enum<string>

Filter by audience type: custom (uploaded lists) or lookalike.

Available options:
custom,
lookalike
first
integer

Number of audiences to return. Defaults to 20; maximum 100.

after
string

Cursor for the next page of audiences.

Response

Audiences listed.

data
object[]
required
page_info
object
required