List credentials linked to an identifier
GET/api/v1/wallets/:walletExternalKey/identifiers/:identifierExternalKey/credentials
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Returns all credentials linked to the identifier via service entries. Only supported by identifier types that expose service endpoints; other types return 422.
Required Role
| Role | Description |
|---|---|
WALLET_IDENTIFIER_READ | Read identifiers |
Request
Responses
- 200
- 401
- 403
- 404
- 422
Linked credentials retrieved successfully
Unauthorized.
Forbidden.
Identifier not found.
Identifier type does not support credential links.