Set default identifier
POST/api/v1/wallets/:walletExternalKey/identifiers/:externalKey/default
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Sets the specified identifier as the wallet's default identifier.
Required Role
| Role | Description |
|---|---|
WALLET_IDENTIFIER_CRUD | Create, read, update and delete identifiers |
Request
Responses
- 200
- 401
- 403
- 404
Default identifier updated successfully
Unauthorized.
Forbidden.
Identifier not found.