User Registrations
This API is used to identify if the user is registered or not.
Query Parameters
Name
DataType
Description
Type
{
"firstName": "Shivam Dubey",
"email": "[email protected]",
"phone": "9807876896",
"isEmailVerified": true,
"isPhoneVerified": true,
"countryCode": "+91",
"gender": "MALE",
"dateOfBirth": "2025-05-13T16:13:02.128Z",
"shippingAddress": [
{
"apartment": "20/41 Rambagh",
"city": "Agra",
"state": "UP",
"pincode": "282006",
"country": "INDIA"
},
{
"apartment": "20/41 Rambagh",
"city": "Agra",
"state": "UP",
"pincode": "282007",
"country": "INDIA"
}
],
"billingAddress": [
{
"apartment": "20/41 Rambagh",
"city": "Agra",
"state": "UP",
"pincode": "8",
"country": "INDIA"
},
{
"apartment": "20/41 Rambagh",
"city": "Agra",
"state": "UP",
"pincode": "282009",
"country": "INDIA"
}
]
}Last updated