--- id: cybrid-api-id-python version: "0.129.889" license: Apache-2.0 license_treatment: permissive maintenance: active --- # cybrid-api-id-python — Cybrid Identity API License: permissive · Maintenance: active · Downloads: 236.8K/mo ## What it is and what it does This is an auto-generated Python client library for Cybrid's Identity API, part of the Cybrid platform for building white-label crypto products. It wraps the Identity API's REST endpoints to manage organization and bank identities, and to handle OAuth 2.0 Bearer Token authentication flows. The package depends on urllib3 for HTTP requests and python-dateutil for timestamp handling. You would use this client when building backend services that need to authenticate with Cybrid, generate or validate access tokens, or manage identity resources programmatically. It abstracts away raw HTTP calls, letting you work with Python objects instead. The package is actively maintained and carries no known security vulnerabilities. Use it for: - Generate Bearer Tokens for Bank or Organization credentials using OAuth Client Credential Grant flow in a Python backend. - Manage customer identities and access tokens programmatically within a Cybrid-integrated application. - Automate identity verification and customer onboarding workflows that interact with Cybrid's identity provider. - Build a Python service that acts as an intermediary between your application and Cybrid's identity and authentication APIs. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Generated Python client for the Cybrid Identity API, providing programmatic access to identity management, authentication, and OAuth token operations for the Cybrid crypto platform. Yes, if you are building a Python backend that integrates with Cybrid's platform. The package is actively maintained, has no security vulnerabilities, low install friction, and permissive licensing. Install only if you actually need Cybrid Identity API access; it is a specialized client for a specific platform, not a general-purpose library. ## Install pip install cybrid-api-id-python uv add cybrid-api-id-python poetry add cybrid-api-id-python ## Installing cybrid-api-id-python Before you install: Active maintenance with a release on 2026-08-14 and low install friction; depends only on urllib3 and python-dateutil, both widely-used and stable libraries. License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most integration scenarios. Quickstart: pip install cybrid-api-id-python import cybrid_api_id_python # Instantiate client and authenticate using OAuth credentials # See Cybrid documentation for scope and token generation details Requires Python 3.6 or later; OAuth credentials (Client ID and Secret) from Cybrid Sandbox must be obtained separately before API calls can be made. Verify before relying: - Whether the package provides pre-built model classes or only low-level HTTP request/response handling. - Whether authentication helpers (e.g., automatic token refresh) are included or must be implemented by the caller. - API coverage: which Cybrid Identity endpoints are available in version 0.129.889. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 236.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags cybrid identity api client, oauth token generation python, crypto platform api wrapper, identity management client, cybrid authentication sdk, rest api client generator, bearer token management, api-client, oauth, crypto-platform [View on SkillFed](https://skillfed.io/packages/cybrid-api-id-python) · [View on PyPI](https://pypi.org/project/cybrid-api-id-python/)