get https://{account}.piwik.pro/api/cdp/webhook/v1/test
Send test webhook request to an external service
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Send test webhook request to an external service
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/cdp/webhook/v1/test \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"status": "Success",
"response_code": "200 OK",
"text": "OK"
}