cURL
curl --request POST \ --url https://api.flowxi.app/api/v1/register-email-code/verify \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "code": "123456" } '
{ "code": "OTP_VALID", "message": "OTP valid.", "valid": true }
Verifies the OTP (hash match + not expired). Does not activate account yet.
"[email protected]"
6-digit code.
"123456"
OTP valid.
"OK"
true