curl "https://api.scanova.io/user-logs/user-activity/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"qr_static_created": true,
"qr_dynamic_created": true,
"feature_password_protection": false,
"lead_list_created": false,
"onboarding_1_continue_clicked": true,
"qr_first_created": "2026-06-01T10:00:00Z",
"total_qr_codes": 24,
"total_shared_users": 3
}
Benutzerprotokolle & Aktivität
Aktivitäts-Meilenstein-Kennzeichen abrufen
GET /user-logs/user-activity/
GET
/
user-logs
/
user-activity
/
curl "https://api.scanova.io/user-logs/user-activity/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"qr_static_created": true,
"qr_dynamic_created": true,
"feature_password_protection": false,
"lead_list_created": false,
"onboarding_1_continue_clicked": true,
"qr_first_created": "2026-06-01T10:00:00Z",
"total_qr_codes": 24,
"total_shared_users": 3
}
Ruft die aktuellen Feature-Nutzungs-Meilenstein-Kennzeichen des Kontos ab, auf dem Management-API-Host (
Rund 50 boolesche Felder verfolgen, ob das Konto jemals eine bestimmte Aktion durchgeführt hat (z. B.
api.scanova.io), authentifiziert mit Ihrem rohen Management-API-Schlüssel.
GET https://api.scanova.io/user-logs/user-activity/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
curl "https://api.scanova.io/user-logs/user-activity/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"qr_static_created": true,
"qr_dynamic_created": true,
"feature_password_protection": false,
"lead_list_created": false,
"onboarding_1_continue_clicked": true,
"qr_first_created": "2026-06-01T10:00:00Z",
"total_qr_codes": 24,
"total_shared_users": 3
}
qr_static_created, feature_password_protection, lead_list_created) — einmal true, kehrt ein Kennzeichen nie zu false zurück. Einige wenige Felder sind berechnet statt boolesch, wie qr_first_created und total_qr_codes.
Verwandte Themen
- Aktivitäts-Meilenstein-Kennzeichen setzen — ein Kennzeichen auf
truesetzen. - Übersicht über die Management API — das Authentifizierungsschema und die Quota-Regeln für diesen Endpunkt.
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
The account's activity flags.
War diese Seite hilfreich?