curl "https://api.scanova.io/plans/available/?search=pro" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 275,
"slug": "pro-scanova-io",
"name": "Pro - scanova.io",
"plan_type": "Normal",
"description": "",
"version": 1,
"family": { "id": 12, "slug": "pro", "name": "Pro", "is_enterprise": false },
"quotas": [
{ "quota_id": 401, "codename": "QR_CODE_LIMIT", "name": "QR Code Limit", "description": "", "unit": "count", "is_boolean": false, "value": 100 }
],
"is_enterprise_plan": false,
"is_custom_plan": false
}
]
}
Analysen & Tarife
Verfügbare Tarife auflisten
GET /plans/available/
GET
/
plans
/
available
/
curl "https://api.scanova.io/plans/available/?search=pro" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 275,
"slug": "pro-scanova-io",
"name": "Pro - scanova.io",
"plan_type": "Normal",
"description": "",
"version": 1,
"family": { "id": 12, "slug": "pro", "name": "Pro", "is_enterprise": false },
"quotas": [
{ "quota_id": 401, "codename": "QR_CODE_LIMIT", "name": "QR Code Limit", "description": "", "unit": "count", "is_boolean": false, "value": 100 }
],
"is_enterprise_plan": false,
"is_custom_plan": false
}
]
}
Listet auf dem Management-API-Host (
Die Ergebnisse werden paginiert. Dies ist die Katalogansicht — öffentliche/verfügbare Tarife, plus jeder speziell für das anfragende Konto angepasste Tarif, sofern vorhanden. Sie enthält keine Preisangaben (Beträge, Abrechnungszeiträume) — siehe Preisoptionen eines Tarifs abrufen dafür, pro Tarif-
api.scanova.io) sichtbare/verfügbare Tarife auf, authentifiziert mit Ihrem rohen Management-API-Schlüssel — siehe die Übersicht, falls Sie das noch nicht eingerichtet haben.
GET https://api.scanova.io/plans/available/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
string
Groß-/Kleinschreibung-unabhängiger Teilstring-Abgleich auf den Tarifnamen.
curl "https://api.scanova.io/plans/available/?search=pro" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 275,
"slug": "pro-scanova-io",
"name": "Pro - scanova.io",
"plan_type": "Normal",
"description": "",
"version": 1,
"family": { "id": 12, "slug": "pro", "name": "Pro", "is_enterprise": false },
"quotas": [
{ "quota_id": 401, "codename": "QR_CODE_LIMIT", "name": "QR Code Limit", "description": "", "unit": "count", "is_boolean": false, "value": 100 }
],
"is_enterprise_plan": false,
"is_custom_plan": false
}
]
}
id.
Siehe auch
- Preisoptionen eines Tarifs abrufen — Preise für einen dieser Tarife.
- Aktueller Tarif — der aktive Tarif des Kontos, mit stärkerem Fokus auf Abrechnungsdetails.
- Auswirkung eines Tarif-Downgrades prüfen — vor einem Wechsel zu einem dieser Tarife prüfen.
- 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.
Abfrageparameter
Antwort
200 - application/json
Paginated list of plans, each with its quota grants.
War diese Seite hilfreich?