| Code | Description |
|---|---|
| 200 | Success |
| 400 | Parameter is invalid |
| 401 | access_token is invalid |
| 403 | access_token has expired |
| 404 | Request URL is error |
| 429 | QPS limit exceeded |
| 500 | Internal server error |
| 502 | api_token is invalid |
| Attribute | Details |
|---|---|
| api_token | obtain base64-encoded api token by asking your AccountManager |
| http_basic_auth | string in the format of ${api_token} . eg: if api_token is Basic YWJjZGVmZzEyMw= = , then the Authorization header is as follow: Authorization: Basic YWJjZGVmZzEyMw= = |