Comenzar el proceso de presentación de WACI-DIDComm
PUT/:ssiId/ssi/v1/credentialsbbs/waci/oob/presentation
Comenzar el proceso de presentación de WACI-DIDComm
Request
Path Parameters
ssiId stringrequired
Query Parameters
apikey stringrequired
- application/json
Body
required
request body
did stringrequired
DID of verifier that want to start presentation flow
to stringrequired
Optional Holder DID (if you known)
inputDescriptors string[]required
Input descriptor for this flow. Here you can define the verifiable credentials that holder must present
frame objectrequired
Frames related to selective disclosure
Responses
- 200
Return invitationId and content to render QR Code
- application/json
- Schema
- Example (from schema)
Schema
oobContentData stringrequired
OOB Content data for QR rendering
invitationId stringrequired
Invitation Id for this flow
{
"oobContentData": "string",
"invitationId": "string"
}
Loading...