Quota
Disk Quotas
Return disk quota information
This function retrieves the cPanel account's quota.
get/Quota/get_quota_info
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_quota_info",
"module": "Quota",
"result": {
"data": {
"under_megabyte_limit": 1,
"under_quota_overall": 1
},
"status": 1
}
}