Create a key
POST/api/key/v1
Creates a key within an organization, which can be used to create a DID.
The keyType
and storageType
values must reference specific configuration
instances from your system configuration. This is because the system allows
multiple configurations of the same type.
Related guide: Keys
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Created
Bad Request
Unauthorized
Forbidden
Entity Not Found
Internal error