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

Body

application/json
email
string<email>
required

Response

OTP sent.

code
string
required
Example:

"OK"

message
string
required
Example:

"OK"