Private ServicesOverview

Private Services

The Private Services section describes ZDK features that should be called only from your backend. These services require a special authorization token issued to your company by ZDK. This token grants access to private ZDK APIs that are not available to client applications in production.

By handling these calls on your backend, you keep your ZDK credentials secure and maintain full control over permissions and logic.

Development / Testing

For development purposes, the private API endpoints can be called directly from the client without a backend. This allows you to:

  • Quickly create a test user token
  • Create a room or chat for testing
  • Verify your integration end‑to‑end before backend development is complete
⚠️

Important: These endpoints should be removed in production. Never expose your production backend credentials in client code.