GET api/2.0/settings/tfaapp
Returns the current two-factor authentication settings.
This method doesn't have any parameters.
GET api/2.0/settings/tfaapp
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": [
{
"Id": "some text",
"Title": "some text",
"Enabled": true,
"Avaliable": true,
"TrustedIps": [
"some text"
]
}
]
}
text/xml
<result>
<status>0</status>
<response>
<Id>some text</Id>
<Title>some text</Title>
<Enabled>True</Enabled>
<Avaliable>True</Avaliable>
<TrustedIps>[
"some text"
]</TrustedIps>
</response>
</result>