Skip to main content
Version: Next

Introduction

The Wallet-Relying Party Registry API provides the infrastructure for operating EUDI-compliant relying party registries. It covers the full relying party lifecycle — registration, suspension, and revocation — as well as Access Certificate and Registration Certificate issuance derived from published registry data.

The API serves two audiences: registry operators managing the internal lifecycle of relying party entries, and external parties reading the public-facing registry. Certificate issuance calls into Core for signature operations.

All WRPR management endpoints are also available through the Enterprise Backend API, which is the recommended integration point for most deployments.

Key areas:

  • Relying party registration and lifecycle management
  • Access Certificate and Registration Certificate issuance
  • Public registry read endpoints for external relying parties
  • Organization and access control management

Authentication: WRPR supports no authentication, static token, and STS modes. STS mode is recommended for production. See Authentication and authorization.

License: Enterprise → Contact sales