Hello,
Is it normal than having multiple webhooks already created in my app I get:
https://app.asana.com/api/1.0/webhooks?workspace=id_of_my_workspace
{
“data”:
}
The same thing happends with the client library for python:
webhooks = list(self.client.webhooks.get_all(data))
returns an empty list.
are they lost, or am I doing something wrong?
Thanks!