Skip to main content
POST
/
api
/
notifications
/
signing-secret
/
rotate
Rotate signing secret
curl --request POST \
  --url https://api.walletsuite.io/api/notifications/signing-secret/rotate \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "code": "<string>",
  "message": "<string>",
  "data": {
    "secret": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

API key provided by WalletSuite team

Response

OK

ok
boolean
code
string
message
string
data
object