Link a credential to an identifier
POST/api/v1/wallets/:walletExternalKey/identifiers/:identifierExternalKey/credentials
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Attaches an existing credential to the identifier as a service entry. Only supported by identifier types that expose service endpoints; other types return 422.
Required Role
| Role | Description |
|---|---|
WALLET_IDENTIFIER_CRUD | Create, read, update and delete identifiers |
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
Credential linked successfully
Invalid request body.
Unauthorized.
Forbidden.
Identifier or credential not found.
Identifier type does not support credential links.