Validate2FA

Category: System Permissions: Call Type: Synchronous

Validate 2FA to get access to the 2FA required endpoints

Request

{
    "TFaType":"TFATYPE",
    "Code": "YourCode"
}
KeyValue

TFaType

string. Type of authentication

Code

string. Authentication code

Response

{
    "TFaAuthenticated": true
}
KeyValue

TFaAuthenticated

Boolean. If authenticatation is successful, returns true

Last updated