curl -X POST "https://api.scanova.io/user-logs/user-activity/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-H "Content-Type: application/json" \
-d '{ "event_type": "qr_dynamic_created" }'
{
"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 setzen
POST /user-logs/user-activity/
POST
/
user-logs
/
user-activity
/
curl -X POST "https://api.scanova.io/user-logs/user-activity/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-H "Content-Type: application/json" \
-d '{ "event_type": "qr_dynamic_created" }'
{
"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
}
Setzt ein Feature-Nutzungs-Meilenstein-Kennzeichen auf
Kennzeichen sind einseitig — das Setzen eines bereits auf
true, auf dem Management-API-Host (api.scanova.io), authentifiziert mit Ihrem rohen Management-API-Schlüssel.
POST https://api.scanova.io/user-logs/user-activity/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
string
erforderlich
Der Name des zu setzenden Meilenstein-Kennzeichens, z. B.
qr_dynamic_created. Muss einem echten Kennzeichenfeld entsprechen.curl -X POST "https://api.scanova.io/user-logs/user-activity/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-H "Content-Type: application/json" \
-d '{ "event_type": "qr_dynamic_created" }'
{
"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
}
true stehenden Kennzeichens ist ein harmloser No-op. 400, wenn event_type keinem erkannten Kennzeichenfeld entspricht:
400
{ "event_type": "\"not_a_real_flag\" is not a recognized activity event." }
Verwandte Themen
- Aktivitäts-Meilenstein-Kennzeichen abrufen — den vollständigen aktuellen Zustand ansehen.
- Ü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
Flag updated.
War diese Seite hilfreich?