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

Description

Returns the authorization services.

Parameters

This method doesn't have any parameters.

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

Authorization services

Example Response
{
  "status": 0,
  "response": [
    {
      "Name": "some text",
      "Title": "some text",
      "Description": "some text",
      "Instruction": "some text",
      "CanSet": true
    }
  ]
}