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 workflow
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Created
Bad Request
Unauthorized
Forbidden
Entity Not Found
Internal error