Skip to main content
POST
/
api
/
v1
/
register-email
/
resend
Register (magic link) - resend link
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."
}

Body

application/json
email
string<email>
required

Response

Magic link resent.

code
string
required
Example:

"OK"

message
string
required
Example:

"OK"