Rotate the channel HMAC secret
POST/api/wallets/:walletExternalKey/integration-channels/:id/rotate-secret
| URL | Description |
|---|---|
| https://wallet.acc.credenco.com | Generated server url |
Mints a new HMAC secret and demotes the previous one to the dual-secret grace window (default 1h). Receivers should accept either secret during the window.
Required Role
| Role | Description |
|---|---|
WALLET_INTEGRATION_CHANNEL_CRUD | Create, read, update and delete integration channels |
Request
Responses
- 200
- 401
- 403
- 404
Secret rotated. New hmacSecret returned ONCE.
Unauthorized.
Forbidden.
Channel not found.