List all identifiers in a wallet
GET/api/v1/wallets/:walletExternalKey/identifiers
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Returns the identifiers configured for the wallet, optionally filtered by display name and paginated.
Required Role
| Role | Description |
|---|---|
WALLET_IDENTIFIER_READ | Read identifiers |
Request
Responses
- 200
- 401
- 403
- 404
Successfully retrieved identifiers
Unauthorized.
Forbidden.
Wallet not found.