ForgotPartnerPassword

Authentication Methods


  1. With AMS username and password
Input Parameter Type Description
Token String AMS Security token
Email String Partner Email address
Output Parameter Type Description
Success Boolean True if success, false if failed
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=ForgotPartnerPassword&Email=partner@nomadesk.com'
RESPONSE

<Response>
    <Status>1</Status>
    <Message>Success</Message>
 </Response>