Skip to main content
Version: Next

Introduction

The Enterprise Backend API is the central management and orchestration layer for the Procivis One platform. It mirrors Core endpoints and forwards calls to Core on your behalf, and additionally exposes endpoints for the OpenID Bridge and Wallet-Relying Party Registry — giving you a single API surface for the entire platform.

Beyond forwarding, the Enterprise Backend adds capabilities that Core does not provide: IAM role mapping, user management, organizational session state, and organizational switching. It handles token exchange internally, so you authenticate once with your IAM provider and the service manages downstream authentication automatically.

Use this API to automate or script anything you can do in the Procivis One Desk, or to integrate platform management into your own tooling.

Key areas:

  • Full mirror of Core credential, schema, DID, key, and trust operations
  • OpenID Bridge provider management
  • WRPR registry and certificate operations
  • IAM role and permission mapping
  • User management and organizational session handling

Authentication: Authenticate with your IAM provider and include the bearer token with each request. See Authentication and authorization.

License: Enterprise → Contact sales