Login
This collection of API's would help in user authentication flow including password validation, change password etc.
📄️ Dealer
This API needs to be used for signing-in to the application using login credentials. A successful sign-in would return an ‘dealer token’. 'dealer_token' needs to be included in all subsequent API invocations as part of http header 'Authorization' token.
📄️ Logout
This call would logout the dealer from the system.
📄️ Validate Session
This call would validate the access token.
📄️ User Profile
This call will fetch the basic details like user_name, email, mobile_no, pan, address including bank and DP details of the client.
📄️ Change Password
This call would allow the user to change the password, the input params would be the old password, new password and confirm new password.