Create an identifier
POST/api/identifier/v1
Permissions: IDENTIFIER_CREATE
Creates a new identifier for use in signing and credential operations.
An identifier wraps an underlying resource (key, certificate, CA, or DID) and provides a stable identifier ID. The underlying resource retains its own ID for resource-specific management via its respective API.
Provide exactly one of: key, certificates, certificateAuthorities,
or did.
Request
Responses
- 201
- 400
- 500
Created
Business rule error
Internal server error