User
The User APIs allows to generate access token (sessionid) using the client’s Login credentials. Additionally, user API, has calls for knowing User profile and fund balance summary.
📄️ Send-otp
This call can be used in case if the client has forgotten the password or he wants to register TOTP and OTP is to be sent on the registered mobile number.
📄️ Login
This API needs to be used for signing-in to the application using login credentials. A successful sign-in would return an ‘access token’ and a 'broadcast_access_token' in the response. <br />'access_token' needs to be included in all subsequent API invocations as part of http header 'Authorization' token. <br />'broadcast_access_token' would be required for establishing a connection with the feed endpoint ('broadCastSocket' received in the response). Kindly refer <a href='#pricefeedapi'><u>Price Feed API</u></a> for further details.
📄️ Logout
The Logout call terminal session with Gateway. Thus, API session is destroyed.
📄️ Validate Session
This call would validate the access token.
📄️ Balance
This API can be used to retrieve the latest balance with broker for allowed segments.
📄️ Profile
Use this API to retrieve User details such as name, email, mobile no and other relevant details. The data will be in encrypted format. The methodology to decrypt and decryption key will be same as shared on mail.