GetYikeUserCredit

更新时间:
复制 MD 格式

Retrieves the credit balance for a Yike user.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

YikeUserId

string

Yes

The user ID of the Yike sub-account.

id

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

****63E8B7C7-4812-46AD-0FA56029AC86****

CreditUsage

string

The remaining credit.

100

CreditTotal

string

The total allocated credit.

400

Examples

Success response

JSON format

{
  "RequestId": "****63E8B7C7-4812-46AD-0FA56029AC86****",
  "CreditUsage": "100",
  "CreditTotal": "400"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.