get https://{account}.piwik.pro/api/cdp/integration/gads/v1/app//customer//user-list
Returns a list of user lists CDP can send data to.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Returns a list of user lists CDP can send data to.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/cdp/integration/gads/v1/app/app_id/customer/customer_id/user-list \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"id": "7762745113",
"name": "My user list"
}
]