GET api/2.0/settings/webhooks This function requires authentication

Description

Returns settings of all webhooks.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/settings/webhooks
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

List of webhook settings

Example Response
{
  "status": 0,
  "response": [
    {
      "Id": 1234,
      "Route": "some text",
      "Method": "some text",
      "Disable": true,
      "Name": "some text",
      "Description": "some text",
      "Endpoint": "some text"
    }
  ]
}