post https://{tenanturl}/config/v1.0/webhooks/pretest/
Test a webhook configuration before creation using a specific resource.
Responses
Test a webhook configuration before creation using a specific resource.
xxxxxxxxxx
11curl --request POST \
--url https://tenant_url/config/v1.0/webhooks/pretest/resource \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"notification": {
"enabled": true
}
}
'