Read wallet details
GET/api/wallets/:externalKey
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Returns the details of a specific wallet. Requires GLOBAL_WALLET_CRUD role or WALLET_READ role for the specific wallet.
Request
Responses
- 200
- 401
- 403
- 404
Successfully retrieved wallet details
Unauthorized.
Forbidden.
Wallet not found.