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
- Request
- Request Body
- Response
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 youraccessToken and refreshToken.