cURL
curl --request GET \ --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{accountId}/audiences \ --header 'Authorization: Bearer <token>'
{ "audiences": [ { "audienceId": "<string>", "name": "<string>", "accountId": "<string>", "consentBasis": "consent", "status": "PROCESSING", "deleted": true, "uploadedCount": 123, "matchedCount": 123, "lastOperationStatus": "PROCESSING", "createdAt": "<string>", "updatedAt": "<string>" } ], "total": 123, "take": 123, "skip": 123 }
List stored audience metadata for an account.
API key or access token
Number of results to return (max 250)
x <= 250
50
Number of results to skip for pagination
0 <= x <= 9007199254740991
0
List audiences
Paginated list of audiences
Show child attributes