Retrieve configuration
GET/api/config/v1
Returns the system configuration.
While the system configuration cannot be modified via the API, it is partially exposed through the API. Understanding the configuration is important for determining which solution components are available, how to invoke each component, and how to retrieve capabilities and instance reports.
The API uses a pattern of referencing configuration instances rather than specifying types directly. Always check your system configuration to determine the correct reference identifiers for:
- Credential formats
- Key algorithms
- Key storage providers
- Issuance protocols
- Verification protocols
- Revocation methods
- Datatypes
- Transport protocols
- Trust management solutions
- DID methods
Related guide: Configuration
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Entity Not Found
Internal error