get https://api.trinsic.id/wallet/v1/api//connections/invitations
List all connection invitations in the specified wallet.
Service Clients (SDKs)
This endpoint can be accessed using one of our service clients as follows.
For more information on how to use our service clients, see our Service Clients (SDKs) guide.
IList<ConnectionContract> connections = await _walletClient.ListInvitationsAsync(walletId);
let connections = await walletClient.listInvitations(walletId);
connections = wallet_client.list_invitations(wallet_id)
connections = wallet_client.list_invitations(wallet_id)