Retrieve members of a specific audience with pagination support. Users can only access members of audiences they created.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier of the audience
"60d0fe4f5311236168a109ca"
Page number for pagination (default is 1)
x >= 1
1
Number of items per page (default is 5)
x >= 1
10
Successfully retrieved audience members
The response is of type object
.