List all trusted contacts for a wallet
GET/api/wallets/:walletExternalKey/trusted-contacts
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Returns the trusted contacts configured for the specified wallet, optionally filtered by name and returned as a paginated result set.
Required Role
| Role | Description |
|---|---|
WALLET_TRUSTED_CONTACTS_READ | Read trusted contacts |
Request
Responses
- 200
- 401
- 403
- 404
Successfully retrieved trusted contacts
Unauthorized.
Forbidden.
Wallet not found.