Register An Account


This endpoint allows a new user to create an account by providing necessary registration details such as name, email, and password. Upon successful registration, the API returns a success message and user data along with an authentication token.

Method API Endpoint
POST https://efylink-business.rare-able.com/api/user/register

Body Params

first_name required Regex : /^[A-Za-z]{2,30}$/

last_name required Regex : /^[A-Za-z]{1,30}$/

email required

password required Regex : /^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{6,25}$/

password_confirmation required