Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Generates a new signing secret for a webhook endpoint. The old secret stops working immediately. The new secret is returned once — store it securely.
Rotating the secret invalidates the previous secret immediately. Update your webhook verification code with the new secret before processing further events.

Parameters

id
uuid
required
The ID of the webhook endpoint

Responses

After rotating, update your webhook verification code with the new secret immediately. Any deliveries signed with the old secret will fail verification.