SDKs

Official SDKs for ZB ID are coming soon. We are planning client libraries for the most popular languages and platforms to simplify integration with the ZB ID API.


Planned SDKs

The following official SDKs are under development:

  • Name
    Python
    Description

    A Python package for server-side integrations, background workers, and scripts. Will support all authentication flows, user management, and OAuth token operations.

  • Name
    JavaScript / TypeScript
    Description

    An npm package for Node.js backends and TypeScript projects. Will include full type definitions and support for both CommonJS and ES module imports.

  • Name
    Java / Kotlin
    Description

    A JVM library for Android applications and Java-based backend services. Will support Kotlin coroutines for async operations.

Using the REST API directly

Until official SDKs are available, you can integrate with ZB ID using the REST API directly. Any HTTP client in any programming language will work. The API accepts and returns JSON, making it straightforward to integrate from any environment.

See the Quickstart page for complete examples of authenticating and making your first API request using cURL, Python, and Node.js.

Was this page helpful?