User Registrations
This API is used to identify if the user is registered or not.
POST
{API_URL}/client/register-user
Auth required: YES
Please pass your API key as the username and API secret as the password as Basic Auth to access the endpoint
Query Parameters
phone
String
phone number of the user
Optional
countryCode
String
contryCode of phone No.
Optional
String
email of the user
Optional
firstName
string
first name of the user
Mandatory
lastName
string
last name of the user
Mandatory
dateOfBirth
string
dob of the user
Optional
gender
string
User's gender (Allowed values: MALE, FEMALE, OTHERS)
Optional
enableOffers
boolean
Flag to enable promotional offers
Optional
enableNotifications
boolean
Flag to enable notifications
Optional
You need to pass either below paarmeters of the user from which the user,
Last updated