Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Change the user password of a hosting service via the API
POST {{API_URL}}/order/transaction
POST https://client.hostrox.net/api/reseller/order/transaction
key
id
action
change-password
password
curl --location 'https://client.hostrox.net/api/reseller/order/transaction' \ --header 'Content-Type: application/json' \ --data '{ "key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09", "id": 3, "action": "change-password", "password": "lv34EGMrGY32VbvMC" }'
{ "status": "successful" }