cURL
curl --request POST \ --url https://api.flowxi.app/api/v1/register-email-code/verify \ --header 'Content-Type: application/json' \ --data ' { "email": "gbailey@example.net", "code": "123456" } '
{ "code": "OTP_VALID", "message": "OTP valid.", "valid": true }
Verifies the OTP (hash match + not expired). Does not activate account yet.
Documentation IndexFetch the complete documentation index at: https://docs.flowxi.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.flowxi.app/llms.txt
Use this file to discover all available pages before exploring further.
"gbailey@example.net"
6-digit code.
"123456"
OTP valid.
"OK"
true