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

application/json

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

text/xml

<result>
  <status>0</status>
  <response>
    <Name>some text</Name>
    <Title>some text</Title>
    <Description>some text</Description>
    <Instruction>some text</Instruction>
    <CanSet>True</CanSet>
  </response>
</result>