🎉 Change package API documentation is now available! Changelog...
XML API
Accounts
Unsuspend

Unsuspend account

This endpoint unsuspends the vPanel user account associated with the provided information.

HTTP Endpoint

POST https://panel.myownfreehost.net/xml-api/unsuspendacct.php

Usage


curl -X POST -u username:password -d "user=username" "https://panel.myownfreehost.net/xml-api/unsuspendacct.php"

Response

💡

The above request returns XML structured like the following:


<unsuspendacct>
<result>
<status>1</status>
<statusmsg>
<script>if (self['clear_ui_status']) { clear_ui_status(); }</script>
username account has been unsuspended
</statusmsg>
</result>
</unsuspendacct>