cURL
curl --request POST \ --url https://api.flowxi.app/api/v1/register-email/resend \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "code": "MAGIC_LINK_RESENT", "message": "Magic link resent." }
Resends a magic link for a pending user. Active users get 409.
"[email protected]"
Magic link resent.
"OK"