Get an integration channel
GET/api/wallets/:walletExternalKey/integration-channels/:id
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Returns details of a specific integration channel. Secret material (HMAC, API key, OAuth client secret) is never returned by this endpoint.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_CHANNEL_READ | Read integration channels |
Request
Responses
- 200
- 401
- 403
- 404
Successfully retrieved channel
Unauthorized.
Forbidden.
Channel not found.