API Reference¶
EUDIStack's public APIs are organized by service. Each is exposed via OpenAPI 3.0; on each service page you'll find links to its documentation and OpenAPI specification available per environment.
-
Credential issuance (OID4VCI), offer management, revocation.
-
Presentation requests (OID4VP), credential validation.
-
Server-side APIs of the European Business Wallet (key management, devices, etc.).
Common Conventions¶
Conventions that apply to all endpoints
- Authentication: OAuth 2.0 client credentials. Tokens bound with DPoP.
- Tenant: derived from the URL subdomain.
- Errors: RFC 7807 responses (
application/problem+json). - Pagination: cursor-based (
page_token/next_page_token). - Versioning: in the path (
/v1/...); breaking changes increment the version.