Skip to main content
POST
/
api
/
v1
/
auth
/
register-email
Register (magic link) - send link
curl --request POST \
  --url https://api.flowxi.app/api/v1/auth/register-email \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "code": "MAGIC_LINK_SENT",
  "message": "Magic link sent."
}

Body

application/json
email
string<email>
required

Response

Magic link sent.

code
string
required
Example:

"OK"

message
string
required
Example:

"OK"