---
title: "List webhook imports"
method: GET
path: "/api/cdp/settings/v1/app/{app_id}/webhook-import"
tags: ["Data Activation"]
---

# List webhook imports

`GET /api/cdp/settings/v1/app/{app_id}/webhook-import`

Returns all registered webhook imports for the given app. Requires view permission.

## Response `200`

List of registered webhook imports.

## 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)
- `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)
