Rotate secret

post
Path parameters
idstringRequired
Header parameters
x-api-keystringOptional

An x-api-key required for authentication

Responses
200
The webhook secret has been successfully rotated.
application/json
post
POST /v1/webhooks/{id}/rotate-secret HTTP/1.1
Host: 
Accept: */*
{
  "id": "text",
  "label": "text",
  "url": "text",
  "signingSecret": "text",
  "headers": [
    "text"
  ],
  "dataEvents": [
    "text"
  ],
  "oauthConnection": {},
  "createdBy": "text",
  "createdAt": "2025-06-28T01:26:05.168Z",
  "updatedAt": "2025-06-28T01:26:05.168Z"
}

Was this helpful?