v1

latestOpenAPI 3.1.02026-07-2419603.1 MB
Data 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

idstring required

Customer ID

namestring required

Customer name

manager_idstring nullable required

Manager ID (login customer ID)

manager_namestring nullable required

Manager name (login customer name)

Example response

[
  {
    "id": "8333320081",
    "name": "Computers LLC",
    "manager_id": "3792543821",
    "manager_name": "Marketing Agency LLC"
  }
]