object

RegisterFormSuccess

Schema representing the response received upon a successful user registration using a form.
Fields
country_code
String
The country specific prefix for the phone number.
email
String
The email address provided during registration.
message
String
A string containing additional information about the operation's result.
mobile
String
The user's phone mobile without the country code.
register_token
String
A token used for completing the registration process.
request_id
String
A random uuid string used to track the registration response.
resend_email_token
String
A token used to authorize the resending of an OTP via email.
resend_timer
Int
The time in seconds before an OTP can be resent.
resend_token
String
A token used to authorize the resending of an OTP.
success
Boolean
A boolean value indicating whether the registration operation was successful.
user_exists
Boolean
Whether the user already exists.
verify_email_otp
Boolean
Whether email OTP verification is required.
verify_mobile_otp
Boolean
Whether mobile OTP verification is required.