POST api/2.0/settings/tfaapp/validate This function requires authentication

Description

Validates the two-factor authentication code specified in the request.

Parameters
Name Description Type Example
Code
sent in body
TFA code string some text
Example
POST api/2.0/settings/tfaapp/validate
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Code": "some text"
}
Returns

True if the code is valid