Sign up
Sign Up
POST
https://ezloan.genify.ai/api/v1.0/signup/
This endpoint allows you to register a new borrower.
Headers
Name
Type
Description
Content-Type
string
application/json
authorization*
string
API key obtained in authentication step.
user_name*
string
Username used to obtain API key in authentication step.
autofill
boolean
a flag that specifies whether to automate filling other required variables on the borrower when user sends only the phone number of the borrower. values: 0(default)/1
Request Body
Name
Type
Description
Phone_Number*
string
Phone Number of user.
"Phone_Number":{
"national":"01112233344"
}
Last_Name*
string
Last name of user.
First_Name*
string
First name of user.
National_ID_Number*
string
National ID of user.
Email*
string
Email of user.
Last updated
Was this helpful?