Skip to content

Validate HS Token

Request to be POSTed to URI:
/NorenWClientTP/ValidateHsToken
(To be used only from server. Do NOT 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

Response Details

Response will be returned in plain text format:

TRUE → If token is valid
FALSE → If User Id or Token is invalid


External Integration (BackOffice URL etc.) Flow

  1. Trading site will call the third-party URL when user clicks the specified link (e.g., BackOffice login).
  2. Trading site will pass the User Id, Token, and Client ID to the third-party URL.
  3. Third-party application/webserver will make a server-side call to our web server using this Validate HS Token URL.
  4. If trading site webserver returns TRUE, then the third-party application will provide access to the user/client.