get https://{account}.piwik.pro/api/cdp/settings/v1/app//audience
List Audiences
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List Audiences
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/cdp/settings/v1/app/app_id/audience \
--header 'accept: application/json'
xxxxxxxxxx
16[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"app_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "2025-04-13T03:22:27.621Z",
"updated_at": "2025-04-13T03:22:27.621Z",
"name": "string",
"description": "string",
"membership_duration_days": 0,
"author": {
"email": "string"
},
"is_author": true,
"version": 0
}
]