curl "https://api.scanova.io/plans/quota-topups/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
[
{ "id": 88, "quota_codename": "AI_QR_TOKENS", "quota_name": "AI QR Tokens", "amount_purchased": 500, "amount_consumed": 120, "remaining": 380, "purchased_at": "2026-07-01T10:00:00Z", "expires_at": "2026-09-29T10:00:00Z" }
]
分析与套餐
列出您已购买的配额充值
GET /plans/quota-topups/
GET
/
plans
/
quota-topups
/
curl "https://api.scanova.io/plans/quota-topups/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
[
{ "id": 88, "quota_codename": "AI_QR_TOKENS", "quota_name": "AI QR Tokens", "amount_purchased": 500, "amount_consumed": 120, "remaining": 380, "purchased_at": "2026-07-01T10:00:00Z", "expires_at": "2026-09-29T10:00:00Z" }
]
在 Management API 主机(
不分页。按
api.scanova.io)上列出账户有效(未过期)的已购买配额充值,使用您的原始 Management API 密钥进行身份验证。
GET https://api.scanova.io/plans/quota-topups/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
curl "https://api.scanova.io/plans/quota-topups/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
[
{ "id": 88, "quota_codename": "AI_QR_TOKENS", "quota_name": "AI QR Tokens", "amount_purchased": 500, "amount_consumed": 120, "remaining": 380, "purchased_at": "2026-07-01T10:00:00Z", "expires_at": "2026-09-29T10:00:00Z" }
]
expires_at 升序排列(最早到期的排在前面)——这是充值的当前余额/购买历史视图,与账户套餐的基础配额不同。仅返回未过期的充值;已过期的充值会直接从此列表中消失(其剩余余额(如有)不会结转)。
相关内容
- 列出可购买的配额充值包——这些购买所来自的目录。
- 当前套餐——账户套餐的基础配额,充值会在此基础上增加额度。
- Management API 概览——适用于此端点的身份验证方案和配额规则。
授权
Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.
响应
200 - application/json
Active top-ups. Not paginated.
此页面对您有帮助吗?