获取账单账户
GET /api/v1/billing/account
请求示例
curl -X GET https://api.openbili.com/api/v1/billing/account \
-H "Authorization: Bearer YOUR_API_KEY"响应
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
id |
string | 是 | Id |
org_id |
string | 是 | Org Id |
billing_mode |
string | 是 | Billing Mode |
credit_balance_usd |
string | 是 | Credit Balance Usd |
credit_limit_usd |
string | 是 | Credit Limit Usd |
updated_at |
string | 是 | Updated At |