Returns a list of the tenant webhooks.
This method doesn't have any parameters.
GET api/2.0/settings/webhook Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
List of tenant webhooks with their config parameters
{ "status": 0, "response": [ { "Id": 1234, "Name": "some text", "Uri": "some text", "SecretKey": "some text", "Enabled": true, "SSL": true } ] }