v1
latestOpenAPI 3.1.02026-07-2419603.1 MBData Activation
Fetch customers
Returns a list of customers Data Activation can send data to. Requires edit permission.
get/api/cdp/integration/gads/v1/app/{app_id}/customer
Path parameters
app_idstring uuid required
ID of the app.
Example:3929d56c-cd62-4001-a4fc-013f5f954691
Response
An array of customers
Example response
[
{
"id": "8333320081",
"name": "Computers LLC",
"manager_id": "3792543821",
"manager_name": "Marketing Agency LLC"
}
]