Generating Temporary Password

Description

Generates a temporary password for a Sub-Reseller. The generated password is valid only for 3 days.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
reseller-id Integer Required Reseller Id of the Sub-Reseller for whom a temporary password to be generated

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/resellers/temp-password.json?auth-userid=0&api-key;=key&reseller-id;=0

Response

Returns a temporary password (String) for the specified Sub-Reseller.

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