Last updated 1 year ago
The onlinetrader registration API helps to register leads from remote sources.
The registration endpoint and the required fields is given below;
https://yourwebsiteurl/api/create-account
Note that the endpoint above accepts POST request only. Required fileds is given below;
firstname
lastname
email
phone
password
password_confirmation
country
On Successful registration, it returns a response as follows;
message: Registration Successful
redirect_link: https://yourwebsiteurl/autologin/eIuvmejsPU
(Redirect link can be used to auto login the user)
Service for autologin users:
- It autologin and redirect the user to users dashboard (provided email verification is not mandatory on your platform)
- Auto login link is generated on successful registration