Skip to content

Validate HS Token

Request to be POSTed to uri : /NorenWClientTP/ValidateHsToken
(To be used only from server, Call this url from Browser / Client Side APKs)

Request Details

Parameter Name Possible value Description
LoginId* Send sLoginId received from Initiator site
token* Key Obtained on login success.0

Response Details

Response data will be in plain text format TRUE if Token is valid and FALSE for invalid User Id or Token.

External Integration (Backoffice URL..etc) Flow:

  1. Trading site will call the third-party URL on user clicking the specified link (eg: Back Office login).
  2. Trading site will pass the User id, Token, and Client ID to the third-party url.
  3. Third-party application/web server will make a server call to our web server using the “Validate HS Token” Url.
  4. If trading site web server says ok then Third party application will provide access to the user/client.