Generating Temporary Password

Description

Generates a temporary password for the specified Customer. 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
customer-id Integer Required Customer Id of the Customer for whom a temporary password needs to be generated

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/customers/temp-password.xml?auth-userid=0&api-key;=key&customer-id;=0

Response

Returns a temporary password (String) for the specified Customer.

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