Webhooks
Rotate webhook endpoint secret
Rotates a webhook endpoint signing secret and returns the new secret exactly once.
post/webhook-endpoints/{endpointId}/rotate-secret
Path parameters
endpointIdstring required
Webhook endpoint identifier.
Webhook endpoint identifier.
Request body
Response
Rotated webhook endpoint secret.
Example response
{
"data": {
"created_at": "2026-05-14T08:00:00.000Z",
"delivery_scope": {
"actor_workspace_membership_id": "01jzn7e61x3a7v9h2r7t2m3q4p"
},
"id": "01jzn7e61x3a7v9h2r7t2m3q4p",
"updated_at": "2026-05-14T08:00:00.000Z",
"workspace_id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.