API Reference¶
EUDIPLO exposes a REST API based on the OpenAPI 3.0 standard. This interface allows systems to issue credentials, verify presentations, and configure credential behavior through standard HTTP endpoints.
OpenAPI Endpoints¶
You can access the OpenAPI documentation via:
- Swagger UI: http://localhost:3000/api
- OpenAPI Spec (JSON): http://localhost:3000/api-json
Schema & Payload Samples¶
To generate client SDKs or see schema details, download the OpenAPI spec from: http://localhost:3000/api-json
You can also use tools like: