Skip to main content
OTP verification codes sent during registration are time-sensitive and expire after a short window. If your original code has expired before you could use it, or if it never arrived due to a mail delivery delay, use this endpoint to request a fresh one. Flowmatic will generate a new 6-digit OTP and deliver it to the email address associated with your pending registration.
Each time you call this endpoint, the previously issued OTP is invalidated and replaced by a new one. Only the most recently issued code will be accepted by POST /api/auth/verify-email. If you do not receive an email within a few minutes, check your spam or junk folder before requesting another resend.

Endpoint

Request Body

string
required
The email address associated with the unverified Flowmatic account. This must be the same address used during registration. If the account has already been verified, this endpoint will return an error.

Example Request

Response Fields

string
A confirmation message indicating that a new OTP has been dispatched to the provided email address.
string
The email address that the new OTP was delivered to. Use this same address when calling POST /api/auth/verify-email to complete verification.

Next Steps

Once you receive the new OTP in your inbox, proceed to POST /api/auth/verify-email to activate your account and retrieve your accessToken and refreshToken.