Skip to main content

Receive connection invitation

POST 

/digital-wallet/connection/receive

Receive a new connection invitation

Request

Query Parameters

    alias string

    Alias

    autoAccept boolean

    Auto-accept connection

Body

required
    connectionUrl stringrequired

    the connection invitation url

Responses

Response Headers
    Schema
      connection object
      id string

      Identifier

      accept string

      Possible values: [manual, auto]

      Connection acceptance

      alias string

      Optional alias to apply to connection for later use

      connectionId string

      Connection identifier

      createdAt string

      Time of record creation

      errorMsg string

      Error message

      inboundConnectionId string

      Inbound routing connection id to use

      initiator string

      Possible values: [self, external, multiuse]

      Connection initiator

      invitationKey string

      Public key for connection

      invitationMode string

      Possible values: [once, multi, static]

      Invitation mode

      myDid string

      Our DID for connection

      requestId string

      Connection request identifier

      routingState string

      Routing state of connection

      state string

      Current record state

      theirDid string

      Their DID for connection

      theirLabel string

      Their label for connection

      theirRole string

      Their assigned role for connection

      trustAnchor string

      Trust anchor for connection

      updatedAt string

      Time of last record update

    Loading...