Hi Wrike Team,
I've been following your guideline here: https://developers.wrike.com/webhooks/ to register a secret, here is my api client request:
https://www.wrike.com/api/v4/webhooks?hookUrl=https://******&secret=8q***
(full address and secret not shown for security)
I am making a GET request, but I'm getting this:
{
"errorDescription": "Parameter 'hookUrl' is not allowed",
"error": "invalid_request"
}Your documentation seems clear on what steps to take and this in not working for me. I've gone through the community board seeing if anyone else has had this issue. Nothing looks close to this type of error.
Thanks