Skip to main content

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

Body

required
    did stringrequired

    DID that process the message

    message stringrequired

    Message to process

Responses

Return specific verifiable credential

Schema
    any
Loading...