Skip to main content

Start WACI-DIDComm Presentation Flow

PUT 

/:ssiId/ssi/v1/credentialsbbs/waci/oob/presentation

Start WACI-DIDComm Presentation Flow

Request

Path Parameters

    ssiId stringrequired

Query Parameters

    apikey stringrequired

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

Return invitationId and content to render QR Code

Schema
    oobContentData stringrequired

    OOB Content data for QR rendering

    invitationId stringrequired

    Invitation Id for this flow

Loading...