cURL
curl --request POST \ --url https://api.flowxi.app/api/v1/auth/2fa/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "code": "123456" } '
{ "code": "TWOFA_VERIFIED", "message": "2FA verified.", "success": true }
Proves 2FA for sensitive actions. Does not issue a token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"123456"
Verified.
"OK"
true