get https://{account}.piwik.pro/api/cdp/integration/gads/v1/app//customer
Returns a list of customers 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 customers 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 \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"id": "8333320081",
"name": "Computers LLC",
"manager_id": "3792543821",
"manager_name": "Marketing Agency LLC"
}
]