signup
This api is for signup.
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/signup | M | ||
METHOD | string | POST | M | ||
content-type | string | JSON | application/json | M |
Request
{
"name":"Aml98765",
"first_name":"amalrag125474",
"last_name":"c",
"mobile":"+919754333775",
"landline":"+918914623795",
"password":"amalRag1@12",
"email":"amalragweb85248@gmail.com",
}
Success
{
"kyc": [],
"_id": "601bc5776c2e8a454b8073a5",
"first_name": "amalrag125474",
"last_name": "c",
"mobile": "+919754333775",
"email": "amalragweb85248@gmail.com",
"company": "601bc5776c2e8a95b18073a3",
"user": "601bc5776c2e8a761b8073a4",
"entityId": "601bc5776c2e8a454b8073a5",
"__v": 0
}
Error
{
"error": "123456789 is not a valid phone number!"
}