Queries the account information about a customer of a virtual network operator (VNO).
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "94017C56-1725-5DD9-AB41-B3BAE791D600",
"Success": true,
"Data": {
"Mpk": 1051360339779133,
"LoginEmail": "xxxx@aliyun.com",
"HostingStatus": "FREEZE",
"AccountType": "1",
"CreditLimitStatus": "Freeze",
"IsCertified": true
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | NotAuthorized | This API is not authorized for caller. |
401 | VnoNoDataError | There is no data by this request. |
500 | InternalError | The request processing has failed due to some unknown error. |
For a list of error codes, visit the Service error codes.