Register User

Register User

POST {{BASE_URL}}/api/v1/customer/mfi/register

This endpoint allows you to register a customer

Headers

NameTypeDescription

Authentication*

String

Authentication token to track down who is emptying our stocks.

Request Body

NameTypeDescription

full_name*

String

Full name

national_id*

String

National ID Number

phone*

String

Phone number

location*

String

County of residence i.e Nairobi,Narok,Kirinyaga

gender*

String

Gender of the user being registered i.e Male or Female

{
   "status":200,
   "message":"Customer successfully registered",
   "data":{
      "id":132890,
      "full_name":"Anthony Kamau",
      "national_id":"21314151",
      "gender":"Female",
      "phone":"254707888888",
      "date_of_birth":"",
      "date_registered": "13/03/2023 11:18",
      "name":"Anthony Kamau",
      "location":132890,
      "uuid":"c211984f-b5a5-45fb-ae38-9f22fe0465d9",
      "email":""
   }
}
{ 
 "full_name": "Anthony Kamau", 
 "national_id": "21314151", 
 "phone": "0707888888",
 "gender": "Female" 
 "location": "Kwale" 
}

Last updated