Get audience members

View as Markdown
Retrieve members of a specific audience with pagination support. Users can only access members of audiences they created.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
The unique identifier of the audience

Query parameters

pageintegerOptional>=1Defaults to 1

Page number for pagination (default is 1)

limitintegerOptional>=1Defaults to 5

Number of items per page (default is 5)

Response

Successfully retrieved audience members
statusboolean
dataobject

Errors

400
Bad Request Error
500
Internal Server Error