Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example 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
source_type
enum<string>

Filter by member source: csv_upload (uploaded lists) or people_filter (automatic audiences built from saved People filters).

Available options:
csv_upload,
people_filter
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