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
Returned when page and/or limit parameters are provided.
OR
Count Only
Returned when no pagination parameters are provided.

