Rotate a webhook channel's signing secret
POST/api/v1/orgs/:org/channels/:uid/rotate-secret
Rotates the per-channel signing secret (webhook channels only). The current secret becomes the previous one (valid for a 24 h grace window) and a fresh secret is generated. Returns 400 for non-webhook channels.
Request
Responses
- 200
- 400
- 401
- 404
Secret rotated
Validation error
Authentication required
Resource not found