put https://{account}.piwik.pro/api/cdp/settings/v1/app//webhook-import/
Update single webhook import definition
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update single webhook import definition
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://example.piwik.pro/api/cdp/settings/v1/app/app_id/webhook-import/id \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/json' \
--data '{"status":"active"}'
xxxxxxxxxx
19{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"author": {
"email": "author@piwik.pro"
},
"name": "string",
"identifiers": {
"email": "user_id"
},
"attributes": {
"url": "analytics.event_url",
"user.age": "age",
"transaction_id": "session_custom_dimension_5"
},
"status": "inactive",
"test_request_body": "{\"user_id\":\"test\",\"total_revenue\":1}",
"created_at": "2022-10-17T09:49:16.123456Z",
"updated_at": "2022-10-17T09:49:16.123456Z"
}