Create a credential
POST/api/credential/v1
Creates a credential, which can then be issued to a wallet holder.
Choose the type of credential to issue (credential schema), an identifier, an issuance protocol, and make claims about the subject.
The protocol
value must reference a configured instance of the
issuanceProtocol
object of your system configuration.
Related guide: Issuance
Request
Responses
- 201
- 400
- 404
- 500
Created
Business rule error
Issuer did or credential schema not found
Internal server error