Get Started
API backend
API system
More information

GET api/2.0/settings/webhook/ssl This function requires authentication

Description

Returns the webhook SSL settings.

Parameters

This method doesn't have any parameters.

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

Webhook SSL settings

Example Response

application/json

{
  "status": 0,
  "response": {
    "IsEnabled": true
  }
}

text/xml

<result>
  <status>0</status>
  <response>
    <IsEnabled>True</IsEnabled>
  </response>
</result>