After a successful registration call, Flowmatic sends a 6-digit OTP to the email address you provided. You must submit that code to POST /api/auth/verify-email before your account is activated and tokens are issued.
Endpoint
Request Body
string
required
The email address for your new Flowmatic account. This must be a valid, reachable address because the OTP verification code is delivered here. Each email address can only be registered once.
string
required
The password you want to set for your account. Choose a strong password of at least 8 characters. Flowmatic stores passwords using a secure hashing algorithm — they are never stored in plain text.
string
required
Your full name as you would like it associated with your Flowmatic account. This is used for display purposes within the platform and in any notification emails sent to you.
Example Request
- Request
- Request Body
- Response
Response Fields
string
A human-readable confirmation that registration was accepted and that an OTP has been dispatched to your email address.
string
The email address that the OTP was sent to. Use this value when calling POST /api/auth/verify-email to confirm your identity.
Next Steps
Once you have received your OTP, proceed to the Verify Email endpoint to activate your account and obtain youraccessToken and refreshToken. If the OTP expires or does not arrive, you can request a new one via Resend OTP.