Audiences
List audience members
Get list of members of an audience.
GET
/
audiences
/
{audience_id}
/
members
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
audience_id
string
requiredA unique identifier representing the audience id
Query Parameters
cursor
string | null
A unique identifier that allows for fetching the next set of members
Response
200 - application/json
items
object[]
requiredpaging
object
required