Create an identifier
POSTPermissions:/api/identifier/v1
IDENTIFIER_CREATE
Creates a new identifier for use in credential issuance and verification.
An identifier wraps an underlying resource (key, certificate, CA, or DID) and provides a stable identifier ID for credential operations. The underlying resource retains its own ID for resource-specific management via its respective API.
Provide 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