v1

latestOpenAPI 3.1.02026-07-2419603.1 MB
Data Activation

Test webhook

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

get/api/cdp/webhook/v1/test

Request body

app_idstring uuid required
urlstring url required

Example request

{
  "url": "https://organization.piwik.pro/webhook/e83654a9-db71-4752-aac8-5514e8607e81/65ed06ef-b97b-4c83-88db-18b5f98c43ab"
}

Response

An array of webhooks matching given criteria

status'Success' | 'Error' required

Whether request was successful or not

response_codestring

Status code (integer + name) of response

textstring

Content of response body

Example response

{
  "response_code": "200 OK",
  "text": "OK"
}