Ecommerce
User Register

User/Customer Register

User/Customer can register by User/Customer register route, User/Customer register route allow only POST Method

https://ecom.coderorbit.com/api/register
 
headers:{ 
    "Accept": "application/json",
    "App-Master-Key": `${app_token}`
}
 
 
body: {
 
    "name": "", // required
    "email": "", // required
    "password": "", // required
    "password_confirmation": "", // required
    "country_id": "", // required
    "extend_props": {
        "other_info_1": "other value one",
        "other_info_2": "other value two",
        .....
    }
    
}

Result

 
{
  "access_token": "...",
  "token_type": "Bearer",
  "user_data": {
    "name": "",
    "email": "",
    "country_id": "",
    "status": "1",
    "unique_id": "",
    "otp": 12345,
    "extend_props": {
      "props_1": "",
      "props_2": ""
    },
    "updated_at": "",
    "created_at": "",
    "id": 38
  }
}
 
CODER ORBIT
Bangladesh Office:
Call: 01534-645492
11/C, House-01, Lane-10
Road-11, Dhaka 1216
Email: support@coderorbit.com
Others
Domain & Hosting
Course
Debug
Portfolio
FOLLOW US
SUBSCRIBE US
Subscribe
2018 - 2025 Copyright © Coder Orbit. All rights reserved.