Create an identifier
POSTPermissions:/api/identifier/v1
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
- 401
- 403
- 404
- 500
Created
Bad Request
Unauthorized
Forbidden
Entity Not Found
Internal error