Skip to main content
POST
/
webhook
/
endpoints
/
{id}
/
rotate-secret
Rotate webhook signing secret
curl --request POST \
  --url https://platform.inklink.com/api/v1/webhook/endpoints/{id}/rotate-secret \
  --header 'api-key: <api-key>'
{
  "secret": "<string>"
}

Documentation Index

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

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

Headers

api-key
string
required
Example:

"secret_live_xxx"

Path Parameters

id
string
required

Webhook endpoint id (wh_end_…).

Example:

"wh_end_xxx"

Response

New secret issued.

secret
string
required

New signing secret (whsec_…). Shown only in this response.