Create a key
POST/api/v1/wallets/:walletExternalKey/keys
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Creates a new key for the wallet (JWK, GOOGLE_KMS, or CSC).
Required Role
| Role | Description |
|---|---|
WALLET_IDENTIFIER_CRUD | Create, read, update and delete identifiers |
Request
Responses
- 201
- 401
- 403
- 404
- 422
Key created successfully
Unauthorized.
Forbidden.
Wallet not found.
Unprocessable Request.