Email Availability Check API

Raj
#1
Raj

The "Custom Register URL" feature has been very helpful for preventing junk registrations and enabling automations using our customers' email addresses and mobile numbers. However, we’re facing an issue during the account creation process. Our current flow is as follows: 1. The user enters their name, email, mobile number, and password. 2. We then send an OTP for mobile number verification. 3. After the user enters the OTP successfully, we trigger the user creation API. The problem arises when the email address is already registered. In that case, the user creation fails after OTP verification, which leads to a poor user experience. We kindly request you to provide an option to check whether an email ID is available for registration before we send the OTP. This will allow us to validate the email upfront and avoid issues during account creation. Thank you !

#2
Pro User

yes it will be useful

#3
Chats Turn

yes we also face this issue, it would be good idea

#4
Sky Free
#1

Raj

I just found this API be will useful


If already registerd:

https://botsailor.com/api/v1/user/get/direct-login-url?apiToken=API-KEY&[email protected]&name=NAME&mobile=MOBILE&package_id=2128&expired_date=27-05-2025&status=0


{"status":"0","message":"User is already registered under another agent."}


If not creates the user:

https://botsailor.com/api/v1/user/get/direct-login-url?apiToken=API-KEY&[email protected]&name=NAME&mobile=MOBILE&package_id=2128&expired_date=27-05-2025&status=0


{"status":"1","message":{"email":"[email protected]","password":"xxxxxx","login_url":"https://botsailor.com/login","direct_login_url":"https://botsailor.com/direct-login/xxxxx"}}







#5
Raj

Thank you it working