get https://api.trinsic.id/wallet/v1/api//credentials/connection/
List all credentials in the specified wallet associated with the specified connection.
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<CredentialContract> credentials = await _walletClient.ListCredentialsForConnectionIdAsync(walletId, connectionId);
let credentials = await walletClient.listCredentialsForConnectionId(walletId, connectionId);
credentials = wallet_client.list_credentials_for_connection_id(wallet_id, connection_id)
credentials = wallet_client.list_credentials_for_connection_id(wallet_id, connection_id)