Stream EstateStream Estate
AccountWebhook-signing-key

Rotate the webhook signing key

Generates a new HMAC signing key for all webhook deliveries. The old key is immediately invalidated. The new key is returned once — store it securely.

POST
/account/webhook-signing-key/rotate

Response Body

curl -X POST "https://api-v2.stream.estate/account/webhook-signing-key/rotate"
{
  "id": "signing-key",
  "signingKey": "whsec_abc123..."
}
{
  "title": "string",
  "detail": "string",
  "status": 404,
  "instance": "string",
  "type": "string"
}
{
  "title": "string",
  "detail": "string",
  "status": 404,
  "instance": "string",
  "type": "string"
}
{
  "status": 422,
  "violations": [
    {
      "propertyPath": "string",
      "message": "string"
    }
  ],
  "detail": "string",
  "type": "string",
  "title": "string",
  "instance": "string"
}
Version 0.1.0Dernière mise à jour

Derniere mise a jour le