Smithery

webhook_rotate

Rotate the signing secret for an endpoint. The new secret is returned once — update your verifier immediately to avoid signature mismatches.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called webhook_rotate? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "endpointId": {
      "type": "string",
      "description": "Endpoint id to rotate"
    }
  }
}