PinherePinhere issue collaboration API
POST/webhooks/{webhookId}/rotate-secret
Rotate webhook secret
Immediately rotates the webhook signing secret and increments its version.
Pinhere APIs for projects, origins, issues, private screenshots, webhooks, PATs, and Chrome-extension OAuth. The fixed PontxSpec covers all 34 Endpoints. Hub provides documentation and a local SDK/CLI only; it proxies no request.
Request
- operationId
rotateWebhookSecret- Server
https://pinhere-jasonhzqs-projects.vercel.app/api/v1- Authentication
- pinherePat, websiteSession, extensionOAuth
Request parameters
webhookId
pathstringrequired
Webhook ID.
whk_example
Responses
200
objectapplication/json
Returns a new one-time secret.
Properties: data
default
ErrorResponseapplication/json
Standard error response.
Properties: error
{
"data": {
"secret": "redacted-not-a-secret"
}
}