Generating a Login Token

Description

Returns an authentication token for a Sub-Reseller.

You can login to the Sub-Reseller's Control Panel using the generated token. The Control panel can be accessed at following link, where XXXXX is the generated token.

http://customer.syscom.co.in/servlet/AutoLoginServlet?userLoginId=XXXXX&role=reseller

 

Note

The token will be valid for a duration of only 120 seconds.

 

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
reseller-id Integer Required Reseller ID of the Sub-Reseller
ip String Required IP address of the Sub-Reseller

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/resellers/generate-login-token.json?auth-userid=0&api-key=key&reseller-id=0&ip=1.1.1.1

Response

Returns a token (String).

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.