List audience analytics
GET {{baseUrl}}/v1/audiences/analytics?audienceIds=10&sort=value
Get all audiences created in the account. To create an audience, use Create audience.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| audienceIds | number | The IDs of one or more audiences, separated by commas, by which to filter results. | |
| sort | string | The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with -. | 
Note: This parameter works only with numeric fields. |