Returns the information about portal capabilities.
This method doesn't have any parameters.
GET api/2.0/capabilities Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
Portal capabilities
{ "status": 0, "response": { "LdapEnabled": true, "Providers": [ "some text" ], "SsoLabel": "some text", "OauthEnabled": true, "SsoUrl": "some text" } }