Skip to main content

Create verification QR

POST 

/digital-wallet/verification/qr

Send request to generate verification qr

Request

Query Parameters

    multiUse boolean

    Create invitation for multiple use

Body

required
    dataAgreementId stringrequired

    Digital wallet data agreement identifier

Responses

Response Headers
    Schema
      invitation object
      connectionId string

      Connection identifier

      invitation object
      @id string

      Message identifier

      @type string

      Message type

      did string

      DID for connection invitation

      imageUrl string

      Optional image URL for connection invitation

      label string

      Optional label for connection

      recipientKeys string[]

      List of recipient public keys

      serviceEndpoint string

      Service endpoint at which to reach this agent

      invitationUrl string

      Invitation URL

      qrId string
    Loading...