Get audience members
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
id
The unique identifier of the audience
Query parameters
page
Page number for pagination (default is 1)
limit
Number of items per page (default is 5)
Response
Successfully retrieved audience members
status
data
Errors
400
Bad Request Error
500
Internal Server Error

