Help Center/ Resource Governance Center/ API Reference/ APIs/ Checking Governance Maturity/ Querying Details about the Governance Maturity Account
Updated on 2025-08-22 GMT+08:00

Querying Details about the Governance Maturity Account

Function

This API is used to query details about the governance maturity account.

URI

GET https://{endpoint}/v1/best-practice/account-info

Request Parameters

None

Response Parameters

Status code: 200

Table 1 Response body parameters

Parameter

Type

Description

account_type

String

Account type.

effective_start_time

String

Validity start time.

effective_expiration_time

String

Validity end time.

current_time

String

Current time.

Status code: 403

Table 2 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

request_id

String

Unique ID of the request.

encoded_authorization_message

String

Encrypted error message.

details

Array of ForbiddenErrorDetail objects

Error message indicating no permissions for cross-service invoking.

Table 3 ForbiddenErrorDetail

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

Example Requests

Querying details about the governance maturity account

GET https://{endpoint}/v1/best-practice/account-info

Example Responses

Status code: 200

Request succeeded.

{
  "account_type" : "Maximum_Premium",
  "effective_start_time" : "2024-12-05T11:11:54.608Z",
  "effective_expiration_time" : "2025-12-05T11:11:54.608Z",
  "current_time" : "2025-08-14T09:18:19.966Z"
}

Status Codes

Status Code

Description

200

Request succeeded.

403

No permissions.

Error Codes

See Error Codes.