Interpret WACI-DIDComm flow
PUT/:ssiId/ssi/v1/credentialsbbs/waci
Endpoint Description
This endpoint requires two pieces of data: a "did" and a "message," which represents the content of "oobContentData" obtained from the PUT endpoint "/credential/wacioob" (the QR code information). The "did" corresponds to the decentralized unique identifier created for the recipient of the credential. This flow simulates the scanning of the QR code.
Request
Path Parameters
ssiId stringrequired
Query Parameters
apikey stringrequired
- application/json
Body
required
did stringrequired
DID that process the message
message stringrequired
Message to process
Responses
- 200
Return specific verifiable credential
- application/json
- Schema
- Example (from schema)
Schema
- any
{
"result": "string"
}
Loading...