---
title: "Fetch customers"
method: GET
path: "/api/cdp/integration/gads/v1/app/{app_id}/customer"
tags: ["Data Activation"]
---

# Fetch customers

`GET /api/cdp/integration/gads/v1/app/{app_id}/customer`

Returns a list of customers Data Activation can send data to. Requires edit permission.

## Path parameters

- `app_id` string, uuid, required — ID of the app.

## Response `200`

An array of customers

- object[]
  - `id` string, required — Customer ID
  - `name` string, required — Customer name
  - `manager_id` string, nullable, required — Manager ID (login customer ID)
  - `manager_name` string, nullable, required — Manager name (login customer name)

## Other responses

- `400` — Bad request response (e.g. missing GET parameter, parameter value out of bounds)
- `401` — Access token is missing or invalid
- `402` — Data Activation module is disabled
- `404` — Resource not found (bad ID or resource deleted)
- `422` — Data in body does not meet requirements (e.g. missing field)
- `500` — Internal application error response (some service encountered unexpected error)

---

[API](https://skmtc.dev/piwik/apis/web-api.md) · [All operations](https://skmtc.dev/piwik/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/piwik/web-api/revisions/f63416a36168/schema)
