Skip to content

Base URLs: https://user-center-domain/prod-api/

(Contact us if unclear)

GET Query Order Quota

GET /acdn/volc/hostAcceleratePackRest/describeOrderLimit

Request Parameters

Name Location Type Required Description
Authorization header string Yes none
body body object No none

Response Example

OK

{
  "msg": "Operation successful",
  "code": 200,
  "data": {
    "totalQuota": 0,
    "usedQuota": 3
  }
}

401 Response

{}

Response Results

Status Code Status Meaning Description Data Model
200 OK OK Inline
401 Unauthorized Unauthorized Inline
403 Forbidden Forbidden Inline
404 Not Found Not Found Inline

Response Data Structure

Status Code 200

Name Type Required Constraints Chinese Name Description
» additionalProperties object false none none
» totalQuota string true none Total Quota none
» usedQuota string true none Used Quota none

Data Model