Credential API
Create a generic credential offer with the given content
Create a new credential offer, which can then be collected by the holder. The returned deep link has to be provided to the holder through another channel, for example as QR-Code. The credentialSubjectData can be a json object or a JWT, if the signer has been configured to perform data integrity checks. Returns both the ID used to interact with the offer and later issued VC, and the deep link to be provided to
post/management/api/credentials
Request body
Example request
{
"credential_subject_data": {
"lastName": "Example",
"firstName": "Edward"
},
"offer_validity_seconds": 86400,
"deferred_offer_validity_seconds": 604800,
"credential_valid_until": "2010-01-01T19:23:24Z",
"credential_valid_from": "2010-01-01T18:23:24Z"
}Response
Credential offer created