Loading...

Knowledge Base

Change the Password for a Reseller Windows Hosting Order Using the API

When you want to update the hosting panel password for a Reseller Windows Hosting order using the API. This article explains the required parameters and API request details for changing the password. 

Description

Changes the hosting panel password of the specified Reseller Windows Hosting Order.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredOrder ID of the Reseller Windows Hosting Order whose hosting panel password needs to be changed.
new-passwdStringRequiredNew password.

HTTP Method

POST

Example Test URL Request

US Server https://test.httpapi.com/api/resellerhosting/windows/us/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1 India Server https://test.httpapi.com/api/resellerhosting/windows/in/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1

Response

Returns status as success if the password is changed successfully.