Audience
Get audience members
Retrieve members of a specific audience with pagination support. Users can only access members of audiences they created.
GET
Get audience members
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the audience
Example:
"60d0fe4f5311236168a109ca"
Query Parameters
Page number for pagination (default is 1)
Required range:
x >= 1
Example:
1
Number of items per page (default is 5)
Required range:
x >= 1
Example:
10
Response
200
application/json
Successfully retrieved audience members
The response is of type object
.
Get audience members