List integration channels
GET/api/wallets/:walletExternalKey/integration-channels
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Returns a paginated list of all integration channels for the wallet. Default sort is creation timestamp descending.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_CHANNEL_READ | Read integration channels |
Request
Responses
- 200
- 401
- 403
- 404
Successfully retrieved channels
Unauthorized.
Forbidden.
Wallet not found.