Developer Center

Change Password (Hosting)

With this action, the user password of the selected hosting service is changed via the API.

Method / Endpoint

POST/ {{API_URL}} order/transaction

Request Parameters

Name Requirement Description
key Yes API Key
id Yes Order ID Number
action Yes The type of action to be taken: change-password
password Yes New Password

Sample cURL Request

curl --location 'https://example.com/api/reseller/order/transaction' \
--header 'Content-Type: application/json' \
--data '{
    "key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09",
    "id": 3,
    "action": "change-password",
    "password":"lv34EGMrGY32VbvMC"
}'

Sample JSON Response

{
    "status": "successful"
}
Domain Name Change Check Balance Status

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top