Get Audience
Retrieve an audience by ID with optional pagination.
Authentication
PINNACLE-API-KEYstring
API Key authentication via header
Query parameters
id
Audience ID. This identifier is a string that always begins with the prefix aud_, for example: aud_abc123.
page
Page number. If provided with or without limit, returns paginated contacts.
limit
Items per page. If provided with or without page, returns paginated contacts.
Response
Successfully retrieved audience.
With Pagination
OR
Count Only
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

