JSON API
Accounts
Unsuspend

Unsuspend account

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

HTTP Endpoint

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

Usage

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

Response

💡

The above request returns JSON structured like the following:

{
    "result": [
        {
            "status": 1,
            "statusmsg": "The account username is now unsuspending"
        }
    ]
}