POST api/2.0/settings/tfaapp/validate
Validates the two-factor authentication code specified in the request.
Name |
Description |
Type |
Example |
Code
sent in body
|
TFA code
|
System.String
|
|
POST api/2.0/settings/tfaapp/validate
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"Code": "some text"
}
True if the code is valid