curl "https://api.scanova.io/plans/quota-topup-packs/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
[
{ "codename": "AI_QR_TOKENS_500", "name": "500 AI QR credits", "quota_codename": "AI_QR_TOKENS", "quota_name": "AI QR Tokens", "amount": 500, "price_usd": "9.00", "price_inr": "749.00", "expiry_days": 90 }
]
Analysen & Tarife
Käufliche Quoten-Aufstockungspakete auflisten
GET /plans/quota-topup-packs/
GET
/
plans
/
quota-topup-packs
/
curl "https://api.scanova.io/plans/quota-topup-packs/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
[
{ "codename": "AI_QR_TOKENS_500", "name": "500 AI QR credits", "quota_codename": "AI_QR_TOKENS", "quota_name": "AI QR Tokens", "amount": 500, "price_usd": "9.00", "price_inr": "749.00", "expiry_days": 90 }
]
Listet die derzeit käuflichen Aufstockungspakete auf dem Management-API-Host (
Nicht paginiert — ein kleiner, größtenteils statischer Katalog.
api.scanova.io) auf, authentifiziert mit Ihrem rohen Management-API-Schlüssel.
GET https://api.scanova.io/plans/quota-topup-packs/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
curl "https://api.scanova.io/plans/quota-topup-packs/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
[
{ "codename": "AI_QR_TOKENS_500", "name": "500 AI QR credits", "quota_codename": "AI_QR_TOKENS", "quota_name": "AI QR Tokens", "amount": 500, "price_usd": "9.00", "price_inr": "749.00", "expiry_days": 90 }
]
Dies ist ein schreibgeschützter Katalog. Es gibt keinen Management-API-Endpunkt, um ein Paket tatsächlich zu kaufen — das erfolgt über den regulären Zahlungs-/Checkout-Ablauf des Kontos (das Dashboard oder die Zahlungs-Endpunkte), nicht hier.
Siehe auch
- Ihre erworbenen Quoten-Aufstockungen auflisten — was das Konto tatsächlich aus diesem Katalog gekauft hat.
- Aktueller Tarif — die Basis-Tarifquoten des Kontos, die durch Aufstockungen ergänzt werden.
- Management-API-Übersicht — das Auth-Schema und die Quota-Regeln, die für diesen Endpunkt gelten.
Autorisierungen
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.
Antwort
200 - application/json
Available top-up packs. Not paginated.
War diese Seite hilfreich?