Deprecated Python SDK for Fingerprint Pro Server API v3. Provides a client to manage identification events, webhook processing, and data exports for server-side usage. Current version 8.13.0 is the final release under this package name. Users must migrate to the new fingerprint-server-sdk package for Server API v4. Release cadence is irregular.
pip install fingerprint-pro-server-api-sdk==8.13.0Verified import paths — ran on the pinned version, not inferred.
Initialize the legacy SDK client and search events. Authentication using bearer token. Works with v3 API.
Migrate to fingerprint_server_sdk following the official migration guide: https://dev.fingerprint.com/reference/migrating-from-server-api-v3-to-v4
Replace 'import fingerprint_pro_server_api_sdk' with 'import fingerprint_server_sdk' and update class references per v4 docs.
Set config.api_key_prefix['Authorization'] = 'Bearer' before making requests.
Use 'from fingerprint_pro_server_api_sdk.api import FingerprintApi'.
Install the correct package: 'pip install fingerprint-pro-server-api-sdk==8.13.0' or migrate to fingerprint_server_sdk.
Use 'from fingerprint_pro_server_api_sdk.api import FingerprintApi'.
Set api_key and prefix: config.api_key['Authorization'] = 'your_key'; config.api_key_prefix['Authorization'] = 'Bearer'.