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

Body

application/json
email
string<email>
required

Response

OTP resent.

code
string
required
Example:

"OK"

message
string
required
Example:

"OK"