cURL
curl --request POST \ --url https://api.flowxi.app/api/v1/register-email/resend \ --header 'Content-Type: application/json' \ --data ' { "email": "gbailey@example.net" } '
{ "code": "MAGIC_LINK_RESENT", "message": "Magic link resent." }
Resends a magic link for a pending user. Active users get 409.
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"
Magic link resent.
"OK"