---
title: "Test webhook"
method: GET
path: "/api/cdp/webhook/v1/test"
tags: ["Data Activation"]
---

# Test webhook

`GET /api/cdp/webhook/v1/test`

Send test webhook request to an external service. Requires view permission.

## Request body

- object
  - `app_id` string, uuid, required
  - `url` string, url, required
  - `message` union, required
    - boolean
    - number
    - string
    - object

## Response `200`

An array of webhooks matching given criteria

- object
  - `status` 'Success' | 'Error', required — Whether request was successful or not
  - `response_code` string — Status code (integer + name) of response
  - `text` string — Content of response body

## 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.net/piwik/apis/web-api.md) · [All operations](https://skmtc.net/piwik/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/piwik/web-api/versions/f63416a36168/schema)
