Two-Factor Authentication (2FA) is a security method requiring two distinct forms of identification to access an account: a password (something you know) and a second factor like an SMS code, authenticator app, or physical key (something you have). It dramatically improves account security by blocking unauthorized access even if your password is stolen
Request:
{"username":"api_user","password":"api_pass","request_type":"2fa","request_date_time":"2026-05-20 16:13:50","email":"user@example.com","type":"email","length":"8","time_limit":"400","universal_id" :"UNIID_20260520161350"}
Response:
{"username":"api_user","password":"***********","responseCode":200,"transactionId":"APIREQ_20260520162548","responseDateTime":"2026-05-20 16:13:50","responseData":{"status":true,"responseCode":200}}
Request:
{"username":"api_user","password":"api_pass","request_type":"2fa","request_date_time":"2026-05-20 16:13:50","email":"user@example.com","type":"validate","code":"39150858","universal_id":"
UNIID_20260520161350"}
Response:
{"username":"api_user","password":"***********","responseCode":200,"transactionId":"APIREQ_20260520162548","responseDateTime":"2026-05-20 16:13:50"}
We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.