v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "get_quota_info",
  "module": "Quota",
  "result": {
    "data": {
      "under_megabyte_limit": 1,
      "under_quota_overall": 1
    },
    "status": 1
  }
}